Skip to main content
SockJS logo

SockJS

JavaScript library for WebSocket emulation with fallbacks

About

SockJS is a JavaScript library that provides a WebSocket-like object for browsers lacking native support. It automatically selects the best available transport method to maintain a persistent connection between client and server.