awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesWebSocket Emulation Libraries

JavaScript libraries that provide a WebSocket-compatible API with automatic fallback to older transport methods.

Distinct from WebSocket Libraries: Candidates are simple lists of libraries; this specifies the emulation and fallback behavior of the API.

Explore 1 awesome GitHub repository matching web development · WebSocket Emulation Libraries. Refine with filters or upvote what's useful.

Awesome WebSocket Emulation Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sockjs/sockjs-clientsockjs का अवतार

    sockjs/sockjs-client

    8,518GitHub पर देखें↗

    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

    Offers a WebSocket-compatible API with automatic fallbacks to streaming or polling to ensure broad browser support.

    JavaScriptjavascriptreal-timesockjs
    GitHub पर देखें↗8,518
  1. Home
  2. Web Development
  3. WebSocket Emulation Libraries