aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/console.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: console.py: Change to request/response instead of WebSocketAaron LI2016-11-171-198/+145
| | | | | | | | * Rename to "ConsoleAJAXHandler" * Change to use the request/response model, which accepts the AJAX request and then response. * Update logging handler to push messages to all connected clients * Many simplifications and rewrites.
* webui: Place handlers under the directory "hnadlers/"Aaron LI2016-11-151-0/+275