aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websocket/README.asciidoc')
-rw-r--r--examples/websocket/README.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/websocket/README.asciidoc b/examples/websocket/README.asciidoc
new file mode 100644
index 0000000..0b22607
--- /dev/null
+++ b/examples/websocket/README.asciidoc
@@ -0,0 +1,10 @@
+= Websocket example
+
+To try this example, you need GNU `make` and `git` in your PATH.
+
+To build and run the example, use the following command:
+
+[source,bash]
+$ make run
+
+Then point your browser to http://localhost:8080