aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/websockets.py (follow)
Commit message (Expand)AuthorAgeLines
* [WS] "send all" methods should be classmethodsGravatar Gareth Coles2018-05-29-4/+6
* WS objects now keep track of their connectionsGravatar Gareth Coles2018-05-29-7/+31
* Add manager to WS classGravatar Gareth Coles2018-05-08-0/+2
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as t...Gravatar Leon Sandøy2018-04-27-1/+0
* Add error messages (#30)Gravatar Joseph2018-02-28-1/+0
* Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket WebS...Gravatar Gareth Coles2018-02-18-4/+4
* Integrate websockets into the Flask webappGravatar Gareth Coles2018-02-17-0/+97