summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-23 11:14:25 -0700
committerit33 <iantien@gmail.com>2015-06-23 11:14:25 -0700
commit6e85a84f0d2054b14d8046aec7e8386194dda1ca (patch)
tree1b9831d6aeafd1408eb2d9627c2e2d6c1c6467d9 /Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn
parentbd56aef5ce7b1c8e6c4854a12f447ab485696210 (diff)
downloadchat-6e85a84f0d2054b14d8046aec7e8386194dda1ca.tar.gz
chat-6e85a84f0d2054b14d8046aec7e8386194dda1ca.tar.bz2
chat-6e85a84f0d2054b14d8046aec7e8386194dda1ca.zip
Correcting capitalization typo, f -> F
Diffstat (limited to 'Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn')
-rw-r--r--Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md
new file mode 100644
index 000000000..075ac1530
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md
@@ -0,0 +1,13 @@
+# Test Server
+
+This package contains a server for the [Autobahn WebSockets Test Suite](http://autobahn.ws/testsuite).
+
+To test the server, run
+
+ go run server.go
+
+and start the client test driver
+
+ wstest -m fuzzingclient -s fuzzingclient.json
+
+When the client completes, it writes a report to reports/clients/index.html.