Skip to content

OpenSuede/Suede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Suede

Suede Universal Execution and Distribution Environment (Browser-Based Grid Computing).

Running the Server

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.

Configuring the client

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.

Running the client

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.

Unit testing

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

About

Suede Universal Execution and Distribution Environment (Browser-Based Grid Computing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors