File: index.md

package info (click to toggle)
node-websocket 1.0.19-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 524 kB
  • sloc: cpp: 212; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
WebSocket-Node Documentation
============================

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.

Click on one of the classes below to view its API documentation.

* [WebSocketClient](./WebSocketClient.md)
* [WebSocketConnection](./WebSocketConnection.md)
* [WebSocketFrame](./WebSocketFrame.md)
* [WebSocketRequest](./WebSocketRequest.md)
* [WebSocketServer](./WebSocketServer.md)
* [W3CWebSocket](./W3CWebSocket.md)