A quick play around with the reactive python extensions, asyncio and Autobahn.
Python 3 only.
pip install -r requirements.txt
python ws.py
python client_ws.py
Use 2 clients to see the shared observable behaviour.
play.py contains some examples of interacting with Observables in different fashions.