websocket/examples/autobahn
Canelo Hill a70cea529a
Update for deprecated ioutil package (#931)
2024-06-19 14:44:41 +10:00
..
config Update autobahn example 2022-01-02 11:21:21 -08:00
README.md Update autobahn example 2022-01-02 11:21:21 -08:00
server.go Update for deprecated ioutil package (#931) 2024-06-19 14:44:41 +10: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

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.