gontrol/pkg/mod/github.com/gorilla/websocket@v1.5.3/examples/autobahn
Stefan Friese bdb11641d3 moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
..
config moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
README.md moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00:00
server.go moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed 2025-01-15 15:38:23 +00: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.