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.
|
▼NSimpleWebsocketServer | |
CHttpServerSettings | |
▼NSimpleWebSocketServerLibrary | |
▼NSimpleWebSocketHandler | |
CIWebSocketHandler | Inteface for class: WebSocketHandler. |
CWebSocketHandler | Class contains handler for handeling multiple websocket clients and hubs. |
▼NSimpleWebSocketHttpServer | |
CIWebSocketHttpServer | Interface for WebSocketHttpServer class. |
CWebSocketHttpServer | Runs the http server where a client needs to connect to. |
▼NWSocketServer | |
CWebSocketServer | Runs the websocket server to communicate with a client. |
CSimpleWebSocketServer | Middleware class for interfacing with the WebSocketHandler and WebSocketHttpServer class. |
CSimpleWebSocketServerSettings | Provides settings and default values for the SimpleWebSocketServer Class. |
CWebSocketClientInfo | Provides information about a connected client. |
CWebSocketEventArg | Contains information about a occured event. |
CWebSocketMessageContainer | Contains information about a websocket client message. |