0.0.12 • Published 10 years ago

webcdn-coordinator v0.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago