Websocket
[VSoRC/.git] / node_modules / wscat / README.md
diff --git a/node_modules/wscat/README.md b/node_modules/wscat/README.md
new file mode 100644 (file)
index 0000000..5b87ead
--- /dev/null
@@ -0,0 +1,26 @@
+# wscat
+
+WebSocket cat.
+
+## Installation
+
+This module needs to be installed globally so use the `-g` flag when installing:
+
+```
+npm install -g wscat
+```
+
+## Usage
+
+```
+$ wscat -c ws://echo.websocket.org 
+connected (press CTRL+C to quit)
+> hi there
+< hi there
+> are you a happy parrot?
+< are you a happy parrot?
+```
+
+## License
+
+MIT