Hypertube is a torrent downloading/streaming web app that allows users to research and watch videos with the best UX possible.
These instructions will get you a copy of the project up and running on your local machine
-
npm install
in /API -
npm run dev
in /API -
npm install && npm run serve
in /client -
Or
npm install serve -g && serve -s dist
in /client -
Open browser and go to
http://localhost:8080
orhttp://localhost:5000
-
Enjoy!
API: http://localhost:3000
Client : http://localhost:8080 or http://localhost:5000
This application is the result of a school project. It's purpose was to teach us about live file streaming and convertion using the bit torrent protocol. It was never meant to run in production and will never be.