awesome-repositories.com
Blog
awesome-repositories.com

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

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

socketio/engine.io

0
View on GitHub↗
4,581 estrellas·562 forks·3 vistas

Engine.io

Engine.io es una capa de transporte en tiempo real y un motor de comunicación entre navegadores. Sirve como una biblioteca de comunicación bidireccional de bajo nivel diseñada para gestionar las conexiones de red subyacentes y el intercambio de datos requerido para aplicaciones en tiempo real.

La biblioteca proporciona un mecanismo de transporte WebSocket que incluye un respaldo automático a HTTP long-polling cuando los protocolos bidireccionales no están disponibles. Funciona como la infraestructura esencial para Socket.IO, permitiendo actualizaciones de conexión desde apretones de manos HTTP estándar a conexiones TCP persistentes.

Sus capacidades incluyen monitoreo de conexión basado en latidos (heartbeat) para detectar caídas, una máquina de estados para gestionar los ciclos de vida de la conexión y codificación de tramas basada en paquetes para la secuenciación de mensajes. El sistema abstrae la capa de transporte para garantizar una transmisión de datos consistente en diferentes navegadores web y entornos de dispositivos.

Features

  • Transport Layers - Provides a low-level transport layer that manages network connections and data framing for real-time frameworks.
  • Bidirectional Communication Channels - Establishes persistent bidirectional communication channels between clients and servers for real-time data exchange.
  • WebSocket Protocol Upgrades - Manages the upgrade process from a standard HTTP handshake to a persistent WebSocket TCP connection.
  • Transport Abstraction Layers - Decouples the communication protocol from the API to allow swapping between different data transmission methods.
  • WebSocket and HTTP Fallback Transports - Provides a transparent mechanism to switch between WebSocket and HTTP long-polling to ensure persistent session identity.
  • Multi-Transport Real-time Layers - Provides a low-level bidirectional communication engine that abstracts multiple transport mechanisms for real-time applications.
  • Socket.IO Transport Infrastructure - Serves as the essential transport infrastructure enabling Socket.IO to handle connection upgrades and messaging.
  • Real-Time Communication - Enables persistent bidirectional data streaming between clients and servers for instant message exchange.
  • Packet Framing Protocols - Defines structural headers and markers to frame data packets for consistent message sequencing and delivery.
  • Connection Lifecycle State Machines - Uses a state machine to synchronize the connection lifecycle between the client and the server.
  • Cross-Browser Communication Engines - Functions as a transport layer ensuring consistent bi-directional data streaming across different web browsers.
  • Cross-Browser Socket Communication - Ensures reliable two-way data transfer across various web browsers using a consistent communication protocol.
  • Connection Heartbeats - Implements periodic signals between client and server to detect connection drops and trigger automatic reconnections.
  • Real Time Communication - Transport-based bidirectional communication layer.

Historial de estrellas

Gráfico del historial de estrellas de socketio/engine.ioGráfico del historial de estrellas de socketio/engine.io

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Engine.io

Proyectos open-source similares, clasificados según cuántas características comparten con Engine.io.
  • 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

    JavaScriptjavascriptreal-timesockjs
    Ver en GitHub↗8,518
  • socketio/socket.io-clientAvatar de socketio

    socketio/socket.io-client

    10,601Ver en GitHub↗

    Socket.IO Client is a real-time WebSocket client library that establishes persistent bidirectional connections to a server, with automatic fallback to HTTP long-polling when WebSocket connections are unavailable. It provides an event-based bidirectional messaging framework where clients and servers exchange named events with serializable data, supporting acknowledgements and timeouts for reliable communication. The client distinguishes itself through automatic reconnection with exponential backoff, maintaining connection reliability by monitoring health and reconnecting with increasing delays

    browserjavascriptnodejs
    Ver en GitHub↗10,601
  • socketio/socket.io-client-javaAvatar de socketio

    socketio/socket.io-client-java

    5,405Ver en GitHub↗

    This is a Java library for establishing real-time bidirectional communication with servers using the Socket.IO protocol. It functions as an event-driven communication client that allows Java applications to exchange named events and binary data with a remote server. The library implements both WebSocket and HTTP long-polling transports, providing a fallback mechanism when WebSocket connections are unavailable. It supports namespace-based multiplexing to divide a single physical network connection into multiple logical channels for separating data streams. The project covers a broad range of

    Java
    Ver en GitHub↗5,405
  • vibora-io/viboraAvatar de vibora-io

    vibora-io/vibora

    5,592Ver en GitHub↗

    Vibora is an asynchronous Python web framework and built-in HTTP server designed for building high-performance web applications. It utilizes an asynchronous event loop and coroutines to process network requests and serve responses without requiring external server wrappers. The project features a high-performance asynchronous schema validator for request integrity, a non-blocking template engine with support for hot-reloading, and a WebSocket communication server for bidirectional real-time data exchange. The framework covers a broad range of capabilities, including modular route management

    Pythonasyncclientframework
    Ver en GitHub↗5,592
Ver las 30 alternativas a Engine.io→

Preguntas frecuentes

¿Qué hace socketio/engine.io?

Engine.io es una capa de transporte en tiempo real y un motor de comunicación entre navegadores. Sirve como una biblioteca de comunicación bidireccional de bajo nivel diseñada para gestionar las conexiones de red subyacentes y el intercambio de datos requerido para aplicaciones en tiempo real.

¿Cuáles son las características principales de socketio/engine.io?

Las características principales de socketio/engine.io son: Transport Layers, Bidirectional Communication Channels, WebSocket Protocol Upgrades, Transport Abstraction Layers, WebSocket and HTTP Fallback Transports, Multi-Transport Real-time Layers, Socket.IO Transport Infrastructure, Real-Time Communication.

¿Qué alternativas de código abierto existen para socketio/engine.io?

Las alternativas de código abierto para socketio/engine.io incluyen: sockjs/sockjs-client — sockjs-client is a JavaScript library that provides a WebSocket-compatible API for real-time, bidirectional… socketio/socket.io-client — Socket.IO Client is a real-time WebSocket client library that establishes persistent bidirectional connections to a… socketio/socket.io-client-java — This is a Java library for establishing real-time bidirectional communication with servers using the Socket.IO… vibora-io/vibora — Vibora is an asynchronous Python web framework and built-in HTTP server designed for building high-performance web… atmosphere/atmosphere — Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer… socketio/socket.io — Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients…