0.4.0 • Published 7 years ago

empireengine v0.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Empire travis npm downloads

Let's build a connected world together

This is the underlining engine that fuels our P2P connections.

Install

npm install EmpireJS

Usage

import Empire from 'EmpireJS';


let E = new Empire();

Modules

These are the main modules that make up Empire:

moduletestsversiondescription
EmpireEngineTorrent Client Engine (this module)
peer-trackerThe first persistent Bittorent Tracker
webRTC-SocketSend WebRTC data to and from users
ut-extensionsExtensions for The Bittorent Protocol
torrent-piece-handlerQuickly and easily prep for downloads without polluting your code.
binary-bitfieldTrack the blocks downloaded
parse-magnet-uriParse a magnet link to something useful for a Bittorent app

Hose

ParseTorrent