awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFlask Socket.IO Integrations

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.

Awesome Flask Socket.IO Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • miguelgrinberg/flask-socketioAvatar von miguelgrinberg

    miguelgrinberg/Flask-SocketIO

    5,509Auf GitHub ansehen↗

    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.

    Pythonflaskflask-socketiopython
    Auf GitHub ansehen↗5,509
  1. Home
  2. Web Development
  3. Flask Socket.IO Integrations

Unter-Tags erkunden

  • Application Context AccessorsCapabilities for accessing the web framework's application context and request data within real-time event handlers. **Distinct from Flask Socket.IO Integrations:** Distinct from Flask Socket.IO Integrations: focuses specifically on making the Flask application context available inside event handlers, not the general integration.