aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/app.py
Commit message (Expand)AuthorAgeFilesLines
* webui: Bind "ProductsDownloadHandler" to URI "/products/download/"Aaron LI2016-11-241-0/+2
* webui: Add "ProductsAJAXHandler" to manipulate the products manifestAaron LI2016-11-221-0/+6
* webui: Add "/debug" handler when in debug mode.Aaron LI2016-11-221-0/+3
* webui: app.py: Add new attributes and an option for ConsoleAJAXHandlerAaron LI2016-11-171-8/+22
* webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler"Aaron LI2016-11-161-2/+8
* 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
* 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
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-301-0/+37