Draft: Resolve "Add websockets"
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
models
token.py +0 -1
Pipfile +1 -0
Pipfile.lock +183 -56
api_rest.py +1 -1
api_wrap_socket.py +84 -22
get_token.py +21 -0
rmq.py +32 -8
- Dan Jones authored
- on connect start listening to client-inbox - on message to client-inbox ws.send to client - on message to ws write to client-outbox - add get_token.py script to enable testing
+ 0
- 1
+ 1
- 0
+ 183
- 56
Files with large changes are collapsed by default.
+ 1
- 1
+ 84
- 22
+ 21
- 0
+ 32
- 8