aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/web.py
Commit message (Expand)AuthorAgeFilesLines
* fix this method nameJesse Luehrs2014-10-161-1/+1
* also send a disconnect message when a web viewer goes awayJesse Luehrs2014-10-161-0/+1
* add ssl supportJesse Luehrs2014-10-161-1/+2
* try to send updates rather than the full screen on every frameJesse Luehrs2014-10-061-5/+12
* don't die when writing a message after the websocket has closedJesse Luehrs2014-10-061-1/+4
* actually draw the screen contentsJesse Luehrs2014-09-231-2/+7
* basic structure of the websockets communicationJesse Luehrs2014-09-231-12/+29
* stub out websockets code for the web viewerJesse Luehrs2014-09-231-0/+34