This is a simple network overlay for the ufo network.
Clone the repo, install what is needed, then run all tests.
git clone https://github.com/ufojs/network-layer.git
npm install
npm test
If you want to clean the project, simply run npm clean.
If you love the boar, feel free to use Grunt instead of npm:
grunt installDeps
grunt integration-test
grunt karma
...
grunt clean
Client : performs the actual communication with the application
Peer : manages the underlying WebRTC layer
List : simple peer container used by the client
