websocket/examples/autobahn
euforia e655eaeb26 Added permessage-deflate compression 2016-04-26 14:43:57 -07:00
..
README.md Added permessage-deflate compression 2016-04-26 14:43:57 -07:00
fuzzingclient.json Initial commit 2013-10-16 16:30:59 -07:00
server.go Added permessage-deflate compression 2016-04-26 14:43:57 -07:00

README.md

Test Server

This package contains a server for the Autobahn WebSockets Test Suite.

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.

Install client test driver

pip install autobahntestsuite

This will install the test suite containing the wstest command.