Skip to content

Files

Latest commit

 

History

History

chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Chat Demo

Chat with websockets.

Installation

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).

Requirements