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

2 repos

Awesome GitHub RepositoriesTransport Protocols

Specifications defining the methods and channels used to move data between communicating software entities.

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

  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Communication Protocols and Standards
  5. Transport Protocols

Awesome Transport Protocols GitHub Repositories

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

    modelcontextprotocol/servers

    79,000GitHubView on GitHub↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service envir

    TypeScript
  • 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

Explore sub-tags

  • Custom TransportsImplementations for non-standard communication channels.
  • Fallback MechanismsAutomated strategies for switching to alternative communication protocols when primary transport methods are unavailable.
  • HTTP TransportsImplementations of HTTP/HTTPS for request-response and streaming communication patterns.
Stdio Transports
Communication channels utilizing standard input and output streams for inter-process messaging.
  • Transport NegotiatorsLogic that automatically selects and upgrades transport protocols based on network environment capabilities.