2014-04-21 08:14:06 +04:00
|
|
|
# Test Server
|
2013-10-16 20:41:47 +04:00
|
|
|
|
2014-04-21 08:14:06 +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
|
|
|
|
2014-04-21 08:14:06 +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
|
|
|
|
|
2014-08-05 01:58:41 +04:00
|
|
|
When the client completes, it writes a report to reports/clients/index.html.
|