Skip to content

ufojs/network-layer

Repository files navigation

network-layer

This is a simple network overlay for the ufo network.

GithubTag Build Status devDependency Status Stories in Ready Gittip License

Usage

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

Classes

Client : performs the actual communication with the application

Peer : manages the underlying WebRTC layer

List : simple peer container used by the client

Releases

No releases published

Packages

No packages published