#remoter
###Project setup: Run:
npm update###Running the toy:
- For the test server, run, in the "server" directory:
node app_server.js- For the remoter service, run, in the root directory:
node socket_server.js- Open
http://localhost:5000, keep it visible - Make a GET on
http://localhost:8000/control/stop_video - PROFIT??
###Next Steps:
- Mobile App
- Two socket.io instances on the same server
- ...