awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Connection Handshake Protocols · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesConnection Handshake Protocols

Mechanisms for negotiating configuration, security, and performance parameters during the initial establishment of a network connection.

Distinguishing note: Focuses on the negotiation phase of protocol establishment rather than general network communication or transport.

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

  1. Home
  2. Networking & Communication
  3. Connection Handshake Protocols

Awesome Connection Handshake Protocols 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.

    Exchange configuration details like buffer sizes, TLS settings, and heartbeat intervals using a structured JSON payload during the initial connection handshake to optimize data transfer.

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