0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-04 13:49:15 +01:00
synapse/webclient
2014-08-27 18:52:15 +02:00
..
components
home
img
js
login
recents Wired the recents list with the stream events for realtime update 2014-08-27 18:52:15 +02:00
room BF: mFileInput dependency got lost somewhere and upload buttons did not work anymore 2014-08-27 18:00:19 +02:00
settings BF: mFileInput dependency got lost somewhere and upload buttons did not work anymore 2014-08-27 18:00:19 +02:00
user
app-controller.js
app-directive.js
app-filter.js
app.css improve iOS layout a bit 2014-08-27 17:03:16 +01:00
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/