cloudtv-remote-proxy
v1.3.18
Published
A CloudTV proxy that can be put between an application and the world, allowing inbound communication with an applicaiton.
Readme
remote-proxy
Remote Control proxy for CloudTV
Install via git
cd /var/www/html
git clone https://github.com/active-video/remote-proxy.git
cd cloudtv-remote-proxy
npm installRun as a service
cd /var/www/html/cloudtv-remote-proxy/
nohup node index.js -p 9083 &Install via npm
cd /var/www/html
mkdir cloudtv-remote-proxy
cd cloudtv-remote-proxy
npm install cloudtv-remote-proxyRun as a service
cd /var/www/html/cloudtv-remote-proxy/node_modules/cloudtv-remote-proxy
nohup node index.js -p 9083 &Options
- p: Port to use, default is 80
Include in your app
<script src="http://ip-address:port/socket.io/socket.io.js"></script>
