Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petronetto/flask-redis-realtime-chat

A simple Flask realtime chat using Redis PubSub
https://github.com/petronetto/flask-redis-realtime-chat

chat docker flask pubsub python realtime redis

Last synced: 4 days ago
JSON representation

A simple Flask realtime chat using Redis PubSub

Awesome Lists containing this project

README

        

# Flask Realtime Chat

## What
This is a simple example using Flask and Redis Pub/Sub for a realtime chat application.

## Running
Run the follow command (you need Docker installed):

`docker-compse run --build`

Go to `http://localhost:5000`

Enjoy :)

License: [BSD 3-clause](LICENSE)