1 个仓库
Standardized JavaScript interfaces for managing real-time transport and session identifiers within a web browser.
Distinct from Socket-Driven Browser Scripting: Candidates focus on UI rendering or CLI access rather than the programmatic socket API interface.
Explore 1 awesome GitHub repository matching web development · Browser-Based Socket Interfaces. Refine with filters or upvote what's useful.
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
Provides a standardized browser interface for managing session identifiers and transport timeouts for real-time data exchange.