WebSocket proxy test client

This is a test client for the WebSocket proxying capabilities in RoboHydra. You should also have loaded the websockets example plugin (eg. by running robohydra examples/websockets.conf in another terminal).

You can send messages to the WebSocket proxy (which will relay to the echo server) using the textbox below, and see the locally-timestamped messages received from the server in the yellow box below.

The proxy won't let through client messages matching "php" (those messages won't be printed in the terminal from which you started the websockets example plugin), and will uppercase messages from the server before sending back to the client.

Feel free to open the Developer Console to see some more debugging messages...