initial commit
This commit is contained in:
13
node_modules/websocket/docs/index.md
generated
vendored
Normal file
13
node_modules/websocket/docs/index.md
generated
vendored
Normal file
@@ -0,0 +1,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)
|
||||
Reference in New Issue
Block a user