simmol / minichat

Minimal realtime chat application ( Tutorial )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple python chat app (demo) writtern with flask and gevent.

To use it:  
`sudo apt-get install libev-dev libevent-dev python-all-dev -y`  
`pip install gevent flask`  
`python app.py`  
... and go to http://127.0.0.1:5000 to use it.

About

Minimal realtime chat application ( Tutorial )