An open API service indexing awesome lists of open source software.

https://github.com/sdiehl/minichat

Minimal realtime chat application ( Tutorial )
https://github.com/sdiehl/minichat

Last synced: 4 months ago
JSON representation

Minimal realtime chat application ( Tutorial )

Awesome Lists containing this project

README

          

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.