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 )
- Host: GitHub
- URL: https://github.com/sdiehl/minichat
- Owner: sdiehl
- Created: 2012-01-23T08:02:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-09T13:00:39.000Z (over 13 years ago)
- Last Synced: 2023-10-20T23:01:01.947Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 130
- Watchers: 5
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.