petronetto / flask-redis-realtime-chat

A simple Flask realtime chat using Redis PubSub
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link
chat docker flask pubsub python realtime redis

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