This module defines the websocket manager and associated elements that are responsible for managing all connected websockets.
An event-loop based websocket manager thread that handles incoming messages and passes them off to their connection's message handler. This manager is enabled by setting the configuration option enableWebSockets to true.
This module defines the websocket manager and associated elements that are responsible for managing all connected websockets.