Draft: Resolve "Add websockets"
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
endpoints
clients.py +141 -0
models
token_model.py +44 -12
.gitignore +3 -2
Pipfile +24 -0
Pipfile.lock +577 -0
api.py +2 -56
api_rest.py +31 -0
api_wrap_socket.py +106 -0
- Dan Jones authored
Wrap the flask API in a websockets implementation that can deliver messages to individual socket clients
+ 141
- 0
+ 44
- 12
+ 3
- 2
+ 24
- 0
+ 577
- 0
Files with large changes are collapsed by default.
+ 2
- 56
+ 31
- 0
+ 106
- 0