Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkbrzt/chat
A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events.
https://github.com/jkbrzt/chat
experiment flask jakubroztocil python redis server-sent-events
Last synced: about 1 hour ago
JSON representation
A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events.
- Host: GitHub
- URL: https://github.com/jkbrzt/chat
- Owner: jkbrzt
- Created: 2012-02-08T22:16:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T16:48:27.000Z (about 4 years ago)
- Last Synced: 2025-01-22T23:09:03.418Z (8 days ago)
- Topics: experiment, flask, jakubroztocil, python, redis, server-sent-events
- Language: Python
- Homepage: https://twitter.com/jakubroztocil
- Size: 5.86 KB
- Stars: 248
- Watchers: 16
- Forks: 69
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A primitive chat app created to experiment with Flask, Redis, Gevent & Server-Sent Events.
## installation
pip install flask redis gevent gunicorn## running the app
start the redis server
redis-server
gunicorn --debug --worker-class=gevent -t 99999 app:app