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

1 repo

Awesome GitHub RepositoriesConnection Management Strategies

Mechanisms for maintaining persistent network connections with automated recovery and backoff logic.

Distinguishing note: Focuses on connection persistence and resilience in messaging contexts rather than generic socket management.

Explore 1 awesome GitHub repository matching networking & communication · Connection Management Strategies. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Connection Management Strategies

Awesome Connection Management Strategies GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nsqio/nsq

    nsqio/nsq

    25,923View on GitHub↗

    NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.

    Maintain persistent network connections to message instances using automatic reconnection logic and exponential backoff strategies to ensure stable communication during intermittent network failures.

    Godistributed-systemsgomessage-queue
    25,923View on GitHub↗