awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Network Reliability · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesNetwork Reliability

Mechanisms that ensure consistent data delivery and maintain connection stability during network failures or interruptions.

Explore 2 awesome GitHub repositories matching networking & communication · Network Reliability. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Network Reliability and Diagnostics
  4. Network Reliability

Awesome Network Reliability GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • socketio/socket.io

    socketio/socket.io

    62,883GitHubView on GitHub↗

    Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients and servers. It provides a robust transport-agnostic protocol layer that automatically manages connection lifecycles, including heartbeat signals, automatic reconnection, and seamless fallback between Web

    TypeScriptjavascriptnodejssocket-io
  • shadowsocks/shadowsocks-windows

    shadowsocks/shadowsocks-windows

    59,240GitHubView on GitHub↗

    Shadowsocks-Windows is a desktop proxy manager that provides a graphical interface for configuring system-wide network routing. It functions as a local SOCKS5 or HTTP proxy server, intercepting outbound traffic through system-level injection to route requests through secure, encrypted remote tunnels. The application d

    C#c-sharpproxyshadowsocks

Explore sub-tags

  • Automatic Proxy Failover SystemsMechanisms for automatically switching between proxy servers based on performance metrics like latency or packet loss.
  • Connection State RecoveryMechanisms that restore session state and synchronize missed data after network interruptions.
  • Message Delivery GuaranteesMechanisms that ensure messages are successfully delivered to clients, including persistence and reconnection recovery.