synapse/webclient
2014-08-14 17:40:38 +01:00
..
components Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component. 2014-08-14 18:38:56 +02:00
img
js
login Pass back the user_id in the response to /login in case it has changed. Store and use that on the webclient rather than the input field. 2014-08-14 16:40:15 +01:00
room More helpful display when the event stream fails, wiping it when the connection is regained. 2014-08-14 17:40:38 +01:00
rooms We can now upload avatar image somewhere 2014-08-14 18:40:20 +02:00
app-controller.js
app.css
app.js
favicon.ico
index.html Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component. 2014-08-14 18:39:23 +02:00
README

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/