awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesConnection Lifecycle Monitoring

Tracking of user join, disconnect, and role change events to trigger interface updates.

Distinct from Connection Health Monitors: Focuses on user-centric connection events rather than security-related flapping or stability detection.

Explore 6 awesome GitHub repositories matching system administration & monitoring · Connection Lifecycle Monitoring. Refine with filters or upvote what's useful.

Awesome Connection Lifecycle Monitoring GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • felixge/node-mysqlfelixge का अवतार

    felixge/node-mysql

    18,621GitHub पर देखें↗

    This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi

    Emits events during connection acquisition, creation, and release to enable logging and performance tracking.

    JavaScript
    GitHub पर देखें↗18,621
  • dv8fromtheworld/jdaDV8FromTheWorld का अवतार

    DV8FromTheWorld/JDA

    4,663GitHub पर देखें↗

    JDA is a Java library that serves as a Discord API wrapper, bot framework, and voice API client. It enables applications to interact with the Discord REST API and real-time gateway to build automated assistants, manage servers, and handle user interactions. The project includes a sharding manager to distribute gateway connections across multiple shards for scaling high-volume deployments. It also provides a UI component library for constructing interactive buttons, select menus, and modal forms within messages. Its capabilities cover voice and audio management, including audio streaming and

    Tracks the lifecycle of voice connections, providing events for authentication and disconnection.

    Java
    GitHub पर देखें↗4,663
  • steveseguin/vdo.ninjasteveseguin का अवतार

    steveseguin/vdo.ninja

    3,910GitHub पर देखें↗

    VDO.Ninja is a low-latency peer-to-peer media routing service and video streaming platform designed to integrate remote audio and video feeds into professional production workflows. It functions as a WebRTC broadcast integration tool and studio controller, allowing for the direct transmission of high-definition media between publishers and viewers with minimal delay. The platform distinguishes itself through extensive protocol bridging, converting between WebRTC, WHIP, WHEP, SRT, and RTMP to ensure compatibility across diverse network environments and professional studio software. It includes

    Detects when users join or leave sessions to trigger dynamic UI updates in the production interface.

    JavaScriptlivelow-latencyninja
    GitHub पर देखें↗3,910
  • atmosphere/atmosphereAtmosphere का अवतार

    Atmosphere/atmosphere

    3,780GitHub पर देखें↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    Features a state machine that tracks network lifecycle events to display real-time connectivity status to users.

    Javaacpagentic-aiembabel
    GitHub पर देखें↗3,780
  • theturtle32/websocket-nodetheturtle32 का अवतार

    theturtle32/WebSocket-Node

    3,784GitHub पर देखें↗

    WebSocket-Node is a server-side implementation of the WebSocket protocol for Node.js environments. It serves as a framework for establishing persistent, bidirectional communication channels and low-latency data exchange between clients and servers. The project provides a secure socket implementation using transport layer security and includes an integrated client for establishing outbound encrypted connections. It utilizes a formal protocol-state machine and an event-driven connection framework to manage high-concurrency network streams. The framework covers server-side infrastructure includ

    Maintains connection activity and detects disconnected clients using automated ping frames.

    JavaScript
    GitHub पर देखें↗3,784
  • textalk/websocket-phpTextalk का अवतार

    Textalk/websocket-php

    931GitHub पर देखें↗

    This project is a PHP library designed for establishing persistent, bidirectional communication channels using the WebSocket protocol. It functions as both a client and a server implementation, providing the necessary tools to initiate connections with remote endpoints or host custom messaging services. The library manages the full lifecycle of network connections, including the initial HTTP handshake negotiation required to upgrade standard web traffic to a persistent stream. It utilizes low-level stream resources to handle data flow and incorporates automated heartbeat signals to monitor co

    Monitors the active status of network connections via periodic heartbeat signals to detect timeouts and ensure stability.

    PHP
    GitHub पर देखें↗931
  1. Home
  2. System Administration & Monitoring
  3. Health Monitoring
  4. Connection Health Monitors
  5. Connection Lifecycle Monitoring

सब-टैग एक्सप्लोर करें

  • Liveness Heartbeat MonitoringMonitoring the active status of network connections via periodic heartbeat signals. **Distinct from Connection Lifecycle Monitoring:** Distinct from Connection Lifecycle Monitoring by focusing on the health-check signal rather than user-centric events.