autobahn

command
v0.0.0-...-9233466 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2013 License: BSD-2-Clause Imports: 8 Imported by: 0

README

Test

Clients and servers for the Autobahn WebSockets Test Suite.

To test different code paths in the package, the test server echoes messages two ways:

  • Read the entire message using io.ReadAll and write the message in one chunk.
  • Copy the message in parts using io.Copy

To test the server, run it

go run server.go

and start the client test driver

wstest -m fuzzingclient -s fuzzingclient.json

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

Documentation

Overview

Command server is a test server for the Autobahn WebSockets Test Suite.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL