empireengine
v0.4.0
Published
Let's build a connected world together
Readme
Empire

Let's build a connected world together
This is the underlining engine that fuels our P2P connections.
Install
npm install EmpireJSUsage
import Empire from 'EmpireJS';
let E = new Empire();
Modules
These are the main modules that make up Empire:
| module | tests | version | description |
|---|---|---|---|
| EmpireEngine | |
| Torrent Client Engine (this module)
| peer-tracker |
|
| The first persistent Bittorent Tracker
| webRTC-Socket |
|
| Send WebRTC data to and from users
| ut-extensions |
|
| Extensions for The Bittorent Protocol
| torrent-piece-handler |
|
| Quickly and easily prep for downloads without polluting your code.
| binary-bitfield |
|
| Track the blocks downloaded
| parse-magnet-uri |
|
| Parse a magnet link to something useful for a Bittorent app
