1 个仓库
Uses a shared message queue to synchronize events across multiple worker processes for horizontal scaling.
Distinct from Message Queue Workers: Distinct from Message Queue Workers: focuses on coordinating real-time socket events, not general task processing.
Explore 1 awesome GitHub repository matching devops & infrastructure · Distributed Socket Event Coordination. Refine with filters or upvote what's useful.
Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask applications, enabling persistent bidirectional connections between servers and clients. It transparently switches between WebSocket and HTTP long-polling while maintaining a persistent session identity, and provides a full event-driven framework for real-time web application communication. The library distinguishes itself with support for namespace multiplexing, allowing event handlers to be isolated into separate namespaces with independent lifecycle and routing. It also offers room
Uses a shared message queue to synchronize events across multiple worker processes for horizontal scaling.