All Projects → petronetto → flask-redis-realtime-chat

petronetto / flask-redis-realtime-chat

Licence: BSD-3-Clause license
A simple Flask realtime chat using Redis PubSub

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to flask-redis-realtime-chat

streamr-client-javascript
JS library for interacting with Streamr APIs: publishing and subscribing to data, creating streams, etc.
Stars: ✭ 35 (+12.9%)
Mutual labels:  realtime, pubsub
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+1380.65%)
Mutual labels:  realtime, pubsub
core-api
Streamr Core backend
Stars: ✭ 52 (+67.74%)
Mutual labels:  realtime, pubsub
Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (+1358.06%)
Mutual labels:  realtime, pubsub
Engine And Editor
Streamr Core backend
Stars: ✭ 44 (+41.94%)
Mutual labels:  realtime, pubsub
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+22309.68%)
Mutual labels:  realtime, pubsub
Emitter
High performance, distributed and low latency publish-subscribe platform.
Stars: ✭ 3,130 (+9996.77%)
Mutual labels:  realtime, pubsub
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+3306.45%)
Mutual labels:  realtime, pubsub
fastapi websocket pubsub
A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️
Stars: ✭ 255 (+722.58%)
Mutual labels:  realtime, pubsub
transitime
TheTransitClock real-time transit information system
Stars: ✭ 60 (+93.55%)
Mutual labels:  realtime
twilio-taskrouter-realtime-dashboard
Twilio TaskRouter Realtime Dashboard using Sync
Stars: ✭ 51 (+64.52%)
Mutual labels:  realtime
OBNI
Objet Bruité Non Identifié - Unity displacement shader
Stars: ✭ 28 (-9.68%)
Mutual labels:  realtime
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (-3.23%)
Mutual labels:  realtime
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (-19.35%)
Mutual labels:  realtime
wiz-editor
多人实时富文本 编辑器,可以嵌入各种应用中。支持markdown语法。
Stars: ✭ 208 (+570.97%)
Mutual labels:  realtime
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-19.35%)
Mutual labels:  realtime
gafka
A full ecosystem that is built around kafka powered by golang
Stars: ✭ 96 (+209.68%)
Mutual labels:  pubsub
go-aws-msg
AWS Pub/Sub Primitives for Go
Stars: ✭ 22 (-29.03%)
Mutual labels:  pubsub
celery-connectors
Want to handle 100,000 messages in 90 seconds? Celery and Kombu are that awesome - Multiple publisher-subscriber demos for processing json or pickled messages from Redis, RabbitMQ or AWS SQS. Includes Kombu message processors using native Producer and Consumer classes as well as ConsumerProducerMixin workers for relay publish-hook or caching
Stars: ✭ 37 (+19.35%)
Mutual labels:  pubsub
gogrs
📈 grs to Go. gogrs is a tool for fetching data from Taiwan Stock Exchange(TWSE) and dockerizing.
Stars: ✭ 58 (+87.1%)
Mutual labels:  realtime

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].