awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

socketio/engine.io

0
View on GitHub↗
4,581 stars·562 forks·3 vues

Engine.io

Engine.io est une couche de transport en temps réel et un moteur de communication multi-navigateur. Il sert de bibliothèque de communication bidirectionnelle de bas niveau conçue pour gérer les connexions réseau sous-jacentes et l'échange de données requis pour les applications en temps réel.

La bibliothèque fournit un mécanisme de transport WebSocket qui inclut un repli automatique vers le long-polling HTTP lorsque les protocoles bidirectionnels sont indisponibles. Elle fonctionne comme l'infrastructure essentielle pour Socket.IO, permettant les mises à niveau de connexion depuis les handshakes HTTP standard vers des connexions TCP persistantes.

Ses capacités incluent la surveillance de connexion basée sur le heartbeat pour détecter les chutes, une machine à états pour gérer les cycles de vie des connexions et l'encodage de trame basé sur les paquets pour le séquençage des messages. Le système abstrait la couche de transport pour garantir un streaming de données cohérent à travers différents navigateurs web et environnements d'appareils.

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.

Historique des stars

Graphique de l'historique des stars pour socketio/engine.ioGraphique de l'historique des stars pour socketio/engine.io

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Engine.io

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Engine.io.
  • sockjs/sockjs-clientAvatar de sockjs

    sockjs/sockjs-client

    8,518Voir sur 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
    Voir sur GitHub↗8,518
  • socketio/socket.io-clientAvatar de socketio

    socketio/socket.io-client

    10,601Voir sur 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
    Voir sur GitHub↗10,601
  • socketio/socket.io-client-javaAvatar de socketio

    socketio/socket.io-client-java

    5,405Voir sur 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
    Voir sur GitHub↗5,405
  • vibora-io/viboraAvatar de vibora-io

    vibora-io/vibora

    5,592Voir sur 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
    Voir sur GitHub↗5,592
Voir les 30 alternatives à Engine.io→

Questions fréquentes

Que fait socketio/engine.io ?

Engine.io est une couche de transport en temps réel et un moteur de communication multi-navigateur. Il sert de bibliothèque de communication bidirectionnelle de bas niveau conçue pour gérer les connexions réseau sous-jacentes et l'échange de données requis pour les applications en temps réel.

Quelles sont les fonctionnalités principales de socketio/engine.io ?

Les fonctionnalités principales de socketio/engine.io sont : 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.

Quelles sont les alternatives open-source à socketio/engine.io ?

Les alternatives open-source à socketio/engine.io incluent : 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…