Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 liveuser 1
WebSocket-Node Documentation
2
============================
3
 
4
WebSocket-Node includes both client and server functionality, available through WebSocketClient and WebSocketServer respectively.  Once a connection is established, the API for sending and receiving messages is identical whether you're acting as a client or server.
5
 
6
Click on one of the classes below to view its API documentation.
7
 
8
* [WebSocketClient](./WebSocketClient.md)
9
* [WebSocketConnection](./WebSocketConnection.md)
10
* [WebSocketFrame](./WebSocketFrame.md)
11
* [WebSocketRequest](./WebSocketRequest.md)
12
* [WebSocketServer](./WebSocketServer.md)
13
* [W3CWebSocket](./W3CWebSocket.md)