Suede Universal Execution and Distribution Environment (Browser-Based Grid Computing).
Simply upload the source code to your server and run the commands
sudo make
sudo ./bin/suede
This should start the websocket server and put it into a listening state.
client\src\test_config.js contains the ip and port settings for connecting to the server. These settings must be set according to the IP address of your server.
Simply open the file client\src\tester.html this will perform a websocket echo test to he server. This page will be updated with new instructions when a functional client process handler is completed.
Suede source code is packaged with google test for c++ unit testing and qUnit for javascript unit testing to run google test run the following commands from the root of the server directory
sudo make test
sudo ./bin/suede_test
To run the qUnit tests simply open the file client\test\tester.html