aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/README.md
diff options
context:
space:
mode:
authorPablo Vieytes <[email protected]>2013-01-23 15:05:35 +0100
committerPablo Vieytes <[email protected]>2013-01-30 10:11:39 +0100
commitb8a0a8963b97387bd7b03b610107aa502c7c791d (patch)
tree0f1845e7309444772d5471e8da3fb432eb1173bd /examples/websocket/README.md
parentd9b3727a628975dfcc8707e143e45884873e42cb (diff)
downloadcowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.tar.gz
cowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.tar.bz2
cowboy-b8a0a8963b97387bd7b03b610107aa502c7c791d.zip
add websocket example
Diffstat (limited to 'examples/websocket/README.md')
-rw-r--r--examples/websocket/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/websocket/README.md b/examples/websocket/README.md
new file mode 100644
index 0000000..14f6f74
--- /dev/null
+++ b/examples/websocket/README.md
@@ -0,0 +1,17 @@
+Cowboy websocket
+================
+
+To compile this example you need rebar in your PATH.
+
+Type the following command:
+```
+$ rebar get-deps compile
+```
+
+You can then start the Erlang node with the following command:
+```
+./start.sh
+```
+
+Then point your browser to the indicated URL to open a websocket client.
+Not all browsers suport websockets. It was tested with Chromium.