peercast-core
v1.0.5
Published
A NodeJS decentralized network
Downloads
2
Readme
The Core
A NodeJS decentralized network.
Getting Started
- Install Node JS
- clone this project
- cd into the directory of the cloned project
- run
node core/index
to become the gensis node of a network. Alternitavely runnode core/index
follow by existing node ip's/port.
Example: node core/index 192.0.0.0:1995 192.0.0.0:1996 192.0.0.0:1997