This document describes the WebSocket Test Server. The server is designed to be used with the PureLoad WebSocket tasks and a test server.
The WebSocket tasks supports the WebSocket protocol as described in RFC 6455.
The information about the sub protocols supported by the server see Supported WebSocket Protocols.
Extract the installtion tar-file and the complete the following steps:
In a browser connect to http://localhost:8080 or the IP address of the host where the server is running. You should see a simple chat client (using the WebSocket protocol "echo-broadcast-ping") implemented in JavaScript.
HTTPS/SSL is optionally supported. Read more about HTTPS/SSL support