Skip to content
forked from G-Ray/candyflix

Popcorn Time as a Nodejs app. Based on time4popcorn frontend.

License

Notifications You must be signed in to change notification settings

Skruf90/candyflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

candyflix

Popcorn Time as a Nodejs app :D

Screenshots

movies

tvshows

Installation

  1. Install Node.js
  2. Install peerflix
  3. Serve the frontend folder with your favorite webserver
  4. Set a proxypass to redirect from /socket.io/ to http://localhost:3000

Exemple with nginx:

 location /socket.io/ {
     proxy_pass http://localhost:3000;
     proxy_http_version 1.1;
     proxy_set_header Upgrade $http_upgrade;
     proxy_set_header Connection "upgrade";
     proxy_set_header Host $host;
 }
  1. The fun part :

cd app npm install node candyflix.js



Credits
-------

Popcorn Time and Time4popcorn

Dageiko for the candyfloss logo (http://dageiko.deviantart.com/)

About

Popcorn Time as a Nodejs app. Based on time4popcorn frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 12.4%