It has been really awesome to keep it simple, allowing to build real time applications with python and django.
Based on our record, Pushpin should be more popular than Django Channels. It has been mentiond 10 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I'm following this tutorial: https://gearheart.io/blog/creating-a-chat-with-django-channels/. Source: about 4 years ago
Along with the reconnect solution already mentioned, you can also decouple your Websocket and business logic layers using something like Pushpin: https://pushpin.org/. This allows you to deploy your business logic layer without disconnecting/reconnecting clients. - Source: Hacker News / 7 months ago
For realtime, I used Pushpin with Server Sent Events. (It supports WebSocket as well). - Source: dev.to / almost 2 years ago
Instead of letting clients directly interface with your services over websockets, consider using Pushpin [1], which allows you to completely isolate realtime communication from your services. As a bonus, it also provides you the ability to cycle (redeploy/restart) your services without your clients having to reconnect (that's where the name comes from). And as you can imagine - because communication with your... - Source: Hacker News / almost 2 years ago
Vapor[0] based on Swift. Advantage of this is that you don't have to evaluate multiple frameworks for Swift and suffer paralysis by analysis. All the Swift community is behind one framework. The next is Actix[1] based on Rust. There are many frameworks in Rust and most of them have not reached 1.0 And which framework will survive becomes a question. Other not so well-known is Wt[2] based on C++. This actually is... - Source: Hacker News / over 2 years ago
If you are developing the backend then Pushpin[0] is the easiest to integrate with. [0] https://pushpin.org. - Source: Hacker News / over 2 years ago
Socket.io - Realtime application framework (Node.JS server)
Pusher - Pusher is a hosted API for quickly, easily and securely adding scalable realtime functionality via WebSockets to web and mobile apps.
PubNub - PubNub is a real-time messaging system for web and mobile apps that can handle API for all platforms and push messages to any device anywhere in the world in a fraction of a second without having to worry about proxies, firewalls or mobile drop-offs.
Supabase - An open source Firebase alternative
Lichess - The complete chess experience, play and compete in tournaments with friends others around the world.
NATS - NATS.io is an open source messaging system for cloud native applications, IoT messaging, Edge, and microservices architectures.