From 6e85a84f0d2054b14d8046aec7e8386194dda1ca Mon Sep 17 00:00:00 2001 From: it33 Date: Tue, 23 Jun 2015 11:14:25 -0700 Subject: Correcting capitalization typo, f -> F --- .../gorilla/websocket/examples/autobahn/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md (limited to 'Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn') 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. -- cgit v1.2.3-1-g7c22