This repository was archived by the owner on May 28, 2025. It is now read-only.
sdiehl/minichat
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.