Skip to content

Latest commit

 

History

History

autobahn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Autobahn Server

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

To test the server, run

go run . [--addr=<addr>]

where <addr> is the address to listen on. The default is :9000.

Note that if you are using custom address you should also update the test suite config here putting actual address of your server there.

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.