Inspired by popcorn-app, a node web server to stream torrents from yify. Built using Geddy and the peerflix library.
Node >=0.10.39
Install from http://nodejs.org/ or use https://github.com/creationix/nvm
Geddy 13.0.7
[sudo] npm -g install geddy
Peerflix 0.30.x
[sudo] npm -g install peerflix
-
Open a command line and change to the directory
-
Run
npm install
to install dependencies -
Run
geddy gen secret
to generate a unique secret -
Run
geddy
to start the server -
Visit http://localhost:4000 in your browser
Enjoy!