Websocket
[VSoRC/.git] / node_modules / wscat / README.md
1 # wscat
2
3 WebSocket cat.
4
5 ## Installation
6
7 This module needs to be installed globally so use the `-g` flag when installing:
8
9 ```
10 npm install -g wscat
11 ```
12
13 ## Usage
14
15 ```
16 $ wscat -c ws://echo.websocket.org 
17 connected (press CTRL+C to quit)
18 > hi there
19 < hi there
20 > are you a happy parrot?
21 < are you a happy parrot?
22 ```
23
24 ## License
25
26 MIT