synapse/webclient
2014-08-22 10:56:16 +01:00
..
components Keep track of people's presence and query that when we update the members list. 2014-08-22 10:51:00 +01:00
img
js
login Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
room Check if the membership message was for the room we were in before updating the membership list 2014-08-22 10:56:16 +01:00
rooms Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
user
app-controller.js Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
app-directive.js
app-filter.js
app.css
app.js
favicon.ico
index.html
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/