Chat with websockets.
Clone repo and install library:
$ git clone git@github.com:aio-libs/aiohttp-demos.git $ cd aiohttp-demos
Install the app:
$ cd demos/chat $ pip install -e .
Run application:
$ cd aiohttpdemo_chat $ python main.py
Open browser:
http://127.0.0.1:8080
Open several tabs, make them visible at the same time (to see messages sent from other tabs without page refresh).