Draft: Resolve "Add websockets"
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Pipfile +1 -0
Pipfile.lock +183 -56
api_wrap_socket.py +84 -22
get_token.py +21 -0
rmq.py +1 -1
- 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
+ 1
- 0
+ 183
- 56
Files with large changes are collapsed by default.
+ 84
- 22
\ No newline at end of file
+ 21
- 0
\ No newline at end of file
+ 1
- 1