Contains the low-level implementation of the WebSocket data frame spec, as well as some friendly functions for reading and writing data frames from D types.
Defines components relating to how websocket messages and initial HTTP requests are handled.
This module defines the websocket manager and associated elements that are responsible for managing all connected websockets.
Contains the various components of the Handy-Httpd websocket implementation including a request handler, websocket manager thread, and functions for reading and writing websocket data frames.