2 مستودعات
Monitoring 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.
Explore 2 awesome GitHub repositories matching system administration & monitoring · Liveness Heartbeat Monitoring. Refine with filters or upvote what's useful.
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.
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.