0.0.12 • Published 9 years ago

webcdn-coordinator v0.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

WebCDN Coordinator

Coordinator server for a browser-based content distribution network using WebRTC

Installation

npm install webcdn-coordinator

Quickstart

$ npm install webcdn-coordinator
$ cd webcdn-coordinator 
$ npm start [-- <args>]
OptionsTypeDefault
uploadRatioNumber1
uploadMaxNumber10 (MB)
socketPortNumber1337

Example

$ npm start -- --uploadMax 20 --socketPort 1200

API

Server

Exposed by require('webcdn-coordinator').

Server()

Creates a new Server.

var coordinator = require('webcdn-coordinator')();

Tests

To run the test suite, first install the dependencies, then run npm test.

$ npm install
$ npm test
0.0.12

9 years ago

0.0.11

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago