SimpleWebSocketServer Library  v1.0.1
A simple to use websocket with a very easy way to get it to work, just requires four lines of code.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NSimpleWebsocketServer
 CHttpServerSettings
 NSimpleWebSocketServerLibrary
 NSimpleWebSocketHandler
 CIWebSocketHandlerInteface for class: WebSocketHandler.
 CWebSocketHandlerClass contains handler for handeling multiple websocket clients and hubs.
 NSimpleWebSocketHttpServer
 CIWebSocketHttpServerInterface for WebSocketHttpServer class.
 CWebSocketHttpServerRuns the http server where a client needs to connect to.
 NWSocketServer
 CWebSocketServerRuns the websocket server to communicate with a client.
 CSimpleWebSocketServerMiddleware class for interfacing with the WebSocketHandler and WebSocketHttpServer class.
 CSimpleWebSocketServerSettingsProvides settings and default values for the SimpleWebSocketServer Class.
 CWebSocketClientInfoProvides information about a connected client.
 CWebSocketEventArgContains information about a occured event.
 CWebSocketMessageContainerContains information about a websocket client message.