Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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