tree: 17db2712ba0a88c753f34ff839cc6e355f80e2a0 [path history] [tgz]
  1. config/
  2. README.md
  3. server.go
examples/autobahn/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

mkdir -p reports
docker run -it --rm \
    -v ${PWD}/config:/config \
    -v ${PWD}/reports:/reports \
    crossbario/autobahn-testsuite \
    wstest -m fuzzingclient -s /config/fuzzingclient.json

When the client completes, it writes a report to reports/index.html.