1 Repo
Integration of the Socket.IO protocol into the Flask web framework for real-time communication.
Distinct from Socket Communication: The candidates are either too generic (Socket Communication) or platform-specific (iOS), whereas this is a specific framework integration for Flask.
Explore 1 awesome GitHub repository matching web development · Flask Socket.IO Integrations. 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
Integrates the Socket.IO protocol into the Flask web framework for real-time bidirectional communication.