Skip to content

An auto-discoverable, peer to peer, publish, and subscribe system.

License

Notifications You must be signed in to change notification settings

fullstackers/compeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status NPM version David DM

(WIP) Alpha

Please come check out the project on github. The development will be fast.

An auto-discoverable, peer to peer, publish, and subscribe system.

$ npm install compeer -g
$ compeer

Features

  • Peer to Peer network.
  • Auto discover of peers.
  • Publish and Subscribe

Installation and Environment Setup

Install node.js (See download and install instructions here: http://nodejs.org/).

Clone this repository

> git clone git@github.com:turbonetix/compeer.git

cd into the directory and install the dependencies

> cd compeer
> npm install && npm shrinkwrap --dev

Running Tests

Install coffee-script

> npm install coffee-script -g

Tests are run using grunt. You must first globally install the grunt-cli with npm.

> sudo npm install -g grunt-cli

Unit Tests

To run the tests, just run grunt

> grunt spec

TODO

About

An auto-discoverable, peer to peer, publish, and subscribe system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published