awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

socketio/engine.io

0
View on GitHub↗

Engine.io

Engine.io هو طبقة نقل في الوقت الفعلي ومحرك اتصالات عبر المتصفحات. يعمل كمكتبة اتصالات ثنائية الاتجاه منخفضة المستوى مصممة لإدارة اتصالات الشبكة الأساسية وتبادل البيانات المطلوب للتطبيقات في الوقت الفعلي.

توفر المكتبة آلية نقل WebSocket تتضمن خياراً بديلاً تلقائياً لـ HTTP long-polling عندما تكون البروتوكولات ثنائية الاتجاه غير متوفرة. تعمل كبنية تحتية أساسية لـ Socket.IO، مما يتيح ترقيات الاتصال من مصافحات HTTP القياسية إلى اتصالات TCP مستمرة.

تتضمن قدراتها مراقبة الاتصال القائمة على نبضات القلب لاكتشاف الانقطاعات، وآلة حالة لإدارة دورات حياة الاتصال، وترميز إطارات قائم على الحزم لتسلسل الرسائل. يجرد النظام طبقة النقل لضمان بث بيانات متسق عبر متصفحات الويب وبيئات الأجهزة المختلفة.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

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.
4,581 نجوم·562 تفرعات·3 مشاهدات

سجل النجوم

مخطط تاريخ النجوم لـ socketio/engine.ioمخطط تاريخ النجوم لـ socketio/engine.io

الأسئلة الشائعة

ما هي وظيفة socketio/engine.io؟

Engine.io هو طبقة نقل في الوقت الفعلي ومحرك اتصالات عبر المتصفحات. يعمل كمكتبة اتصالات ثنائية الاتجاه منخفضة المستوى مصممة لإدارة اتصالات الشبكة الأساسية وتبادل البيانات المطلوب للتطبيقات في الوقت الفعلي.

ما هي الميزات الرئيسية لـ socketio/engine.io؟

الميزات الرئيسية لـ socketio/engine.io هي: 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.

ما هي البدائل مفتوحة المصدر لـ socketio/engine.io؟

تشمل البدائل مفتوحة المصدر لـ socketio/engine.io: 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…

بدائل مفتوحة المصدر لـ Engine.io

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Engine.io.
  • sockjs/sockjs-clientالصورة الرمزية لـ sockjs

    sockjs/sockjs-client

    8,518عرض على 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
    عرض على GitHub↗8,518
  • socketio/socket.io-clientالصورة الرمزية لـ socketio

    socketio/socket.io-client

    10,601عرض على 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
    عرض على GitHub↗10,601
  • socketio/socket.io-client-javaالصورة الرمزية لـ socketio

    socketio/socket.io-client-java

    5,405عرض على 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
    عرض على GitHub↗5,405
  • vibora-io/viboraالصورة الرمزية لـ vibora-io

    vibora-io/vibora

    5,592عرض على 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
    عرض على GitHub↗5,592
  • عرض جميع البدائل الـ 30 لـ Engine.io→