websocket/examples/autobahn/README.md

20 lines
457 B
Markdown
Raw Normal View History

# Test Server
2013-10-16 20:41:47 +04:00
This package contains a server for the [Autobahn WebSockets Test Suite](http://autobahn.ws/testsuite).
2013-10-16 20:41:47 +04:00
To test the server, run
2013-10-16 20:41:47 +04:00
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.
2016-04-27 00:43:57 +03:00
# Install client test driver
pip install autobahntestsuite
This will install the test suite containing the `wstest` command.