Skip to content

Latest commit

 

History

History
executable file
·
76 lines (48 loc) · 1.86 KB

Readme.rst

File metadata and controls

executable file
·
76 lines (48 loc) · 1.86 KB

pohny-web

This application is a web client phone written in javascript. It's using websocket and a bit of http to communicate with an instance of pohny-server. Phone client manage contacts, conversation (via sms), and calling features.

Some screenshots:

> Add Contact:

Add contact

> List Contact:

List contact

> List Conversations:

List Conversation

> Chat:

Chat

> Phone: http://puu.sh/pg4JL/b8b916eeba.png

Phone

Requirements

Installation

  1. clone pohny web repository and open project folder
  2. Compile coffee script npm run build
  3. serve public using any static content provider.

/!\ Note: you have to serve your content under the same domain you're using for pohny-server

Folder architecture

public = public ressources, static content accessible from outside (/path/to/project/public/path/to/something is my.website.com/path/to/something) and contains public resources like the index.php but also the css, js and the images.

src = coffeescript sources

build = compiled source