All Projects → sdiehl → Minichat

sdiehl / Minichat

Minimal realtime chat application ( Tutorial )

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].