Websocket Demo
by Dieter Jordens
https://medium.com/better-programming/how-to-create-a-websocket-in-python-b68d65dbd549
terminal 1:
$ python server.py &
$ python consumer.py
terminal 2:
$ python producer.py -m hello-world
create a producer and a consumer to demonstrate async I/O and websockets
Python
by Dieter Jordens
https://medium.com/better-programming/how-to-create-a-websocket-in-python-b68d65dbd549
terminal 1:
$ python server.py &
$ python consumer.py
terminal 2:
$ python producer.py -m hello-world