awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesConnection Lifecycle Management

Managing the creation and deletion of links between node ports.

Distinct from Connection Management: Distinct from network connection management: focuses on graph-based node connection lifecycles.

Explore 5 awesome GitHub repositories matching networking & communication · Connection Lifecycle Management. Refine with filters or upvote what's useful.

Awesome Connection Lifecycle Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • retejs/reteالصورة الرمزية لـ retejs

    retejs/rete

    12,077عرض على GitHub↗

    Rete is a framework for building interactive, node-based visual interfaces and dataflow programming environments. It provides a core engine that processes directed graphs, allowing developers to define modular logic where nodes represent operations and connections represent the flow of data or control. By decoupling the graph logic from the user interface, the framework enables the creation of custom visual editors that can be integrated into various frontend component libraries. The project distinguishes itself through a highly extensible, signal-driven architecture that supports complex req

    Manages the lifecycle of connections between nodes, including creation and deletion logic.

    TypeScriptdataflow-programmingflow-based-programminggraph-editor
    عرض على GitHub↗12,077
  • aaugustin/websocketsالصورة الرمزية لـ aaugustin

    aaugustin/websockets

    5,692عرض على GitHub↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Manage the lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure.

    Python
    عرض على GitHub↗5,692
  • mrexodia/ida-pro-mcpالصورة الرمزية لـ mrexodia

    mrexodia/ida-pro-mcp

    5,620عرض على GitHub↗

    Manages the connection lifecycle between AI clients and IDA Pro servers.

    Pythonaiaiagentbinary-analysis
    عرض على GitHub↗5,620
  • miguelgrinberg/flask-socketioالصورة الرمزية لـ miguelgrinberg

    miguelgrinberg/Flask-SocketIO

    5,509عرض على GitHub↗

    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

    Manages the full lifecycle of socket connections including identity verification, cross-origin requests, and session persistence.

    Pythonflaskflask-socketiopython
    عرض على GitHub↗5,509
  • ergo-services/ergoالصورة الرمزية لـ ergo-services

    ergo-services/ergo

    4,441عرض على GitHub↗

    Ergo is a distributed actor framework for Go that implements the Erlang distribution protocol, enabling the construction of resilient, concurrent applications that can communicate transparently with Erlang/OTP nodes. At its core, it provides an actor model with isolated lightweight processes, priority-ordered mailboxes, and a meta-process architecture that separates blocking I/O from sequential message handling to prevent actor freezing. The framework includes a Raft-inspired cluster consensus system for leader election and automatic failover, along with OTP-style supervision trees that organi

    Handles connection establishment, heartbeat keep-alives, and cleanup with actor notifications on connect and disconnect.

    Goactor-modelactorsdistributed
    عرض على GitHub↗4,441
  1. Home
  2. Networking & Communication
  3. Network Reliability and Diagnostics
  4. Connection and Session Management
  5. Connection Management
  6. Connection Lifecycle Management