sockjs_client_wrapper library

Classes

SockJSClient
A SockJS Client that acts and looks like a browser WebSocket object.
SockJSCloseEvent
Event that represents the closing of a SockJS Client.
SockJSMessageEvent
Event that represents a message received by a SockJS Client from the server.
SockJSOpenEvent
Event that represents the opening (successful connection) of a SockJS Client to the server.
SockJSOptions
A configuration object to be used when constructing a SockJSClient.