aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/web.py
Commit message (Collapse)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
| | | | | | | this is not a very intelligent method at the moment, but it should (probably?) be an improvement over the current method. it probably fails pretty miserably on scrolling though - need to figure out a better idea for that.
* 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