aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/app.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/