0.4.1 • Published 7 years ago

empire-engine v0.4.1

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

Empire Engine travis npm downloads Greenkeeper badge

Let's build a connected world together

This is the underlining engine that fuels our P2P connections.

Install

npm install empire-engine

Usage

const Empire = require("empire-engine").default; // CommonJS


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
bittorrent-wirestream ready Bittorrent Protocol
webRTC-SocketSend WebRTC data to and from users
ut-extensionsExtensions for The Bittorent Protocol
torrent-piece-handlerQuickly prep for downloads without polluting your code.
binary-bitfieldTrack the blocks downloaded
torrent-parserParse torrents and create torrent files
parse-magnet-uriParse a magnet link to something useful for a Bittorent app