awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesHTTP Bidirectional Streaming

Implementing bidirectional message streaming over HTTP using multiplexed connections or chunked transfer encoding for real-time communication.

Distinct from Bidirectional Streaming Protocols: Distinct from Bidirectional Streaming Protocols: specifically implements bidirectional streaming over HTTP for browser-based gRPC, not general streaming protocols.

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

Awesome HTTP Bidirectional Streaming GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • grpc/grpc-webAvatar de grpc

    grpc/grpc-web

    9,229Ver en GitHub↗

    gRPC-Web is a JavaScript client library that enables browser applications to call gRPC services through an HTTP proxy, using Protocol Buffers for serialization. It provides a browser-based gRPC client that supports unary, server-streaming, and bidirectional streaming RPCs, along with a code generator that produces JavaScript and TypeScript client stubs from .proto service definitions. The library includes an interceptor framework for attaching cross-cutting logic like authentication and retries to client calls, and supports setting Unix timestamp deadlines on RPCs for server-side timeout enfo

    Implements bidirectional message streaming by multiplexing multiple HTTP connections or using chunked transfer encoding for real-time communication.

    JavaScriptgrpcjavascriptweb
    Ver en GitHub↗9,229
  • sockjs/sockjs-clientAvatar de sockjs

    sockjs/sockjs-client

    8,518Ver en GitHub↗

    sockjs-client is a JavaScript library that provides a WebSocket-compatible API for real-time, bidirectional communication between a web browser and a server. It functions as a transport-layer abstraction that ensures a stable full-duplex connection by emulating socket behavior. The library is distinguished by its automatic protocol-fallback mechanisms. When native WebSockets are unavailable or blocked by restrictive network environments, such as firewalls or proxies, it switches to HTTP-streaming emulation or XHR-polling to maintain connectivity. It covers capabilities for cross-domain data

    Implements bidirectional message streaming over HTTP to emulate a continuous data stream for real-time updates.

    JavaScriptjavascriptreal-timesockjs
    Ver en GitHub↗8,518
  1. Home
  2. Networking & Communication
  3. Bidirectional Streaming Protocols
  4. HTTP Bidirectional Streaming