aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/app.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: Rename "FG21simWSHandler" to "WSHandler"Aaron LI2016-11-151-2/+2
|
* webui: Save connected WebSocket clients and allow broadcastAaron LI2016-11-151-1/+19
|
* webui: To support password authenticationAaron LI2016-11-151-8/+12
| | | | | Move the "IndexHandler" to separate module located at the "handlers/" directory.
* webui: Replace "make_application()" with Application classAaron LI2016-11-141-18/+17
|
* webui: various small updatesAaron LI2016-11-091-0/+3
|
* webui: Rewrite "websocket.py" with "FG21simWSHandler"Aaron LI2016-11-021-4/+9
| | | | | | NOTE: This "FG21simWSHandler" is still very preliminary, and there are a lot of necessary functions need to be implemented.
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-301-0/+37
Tornado: http://www.tornadoweb.org/