Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petronetto/flask-redis-realtime-chat
- Owner: petronetto
- License: bsd-3-clause
- Created: 2017-09-30T22:39:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T20:34:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T06:42:53.176Z (7 months ago)
- Topics: chat, docker, flask, pubsub, python, realtime, redis
- Language: Python
- Size: 5.86 KB
- Stars: 35
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)