Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 462 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 462 Bytes

#remoter

###Project setup: Run:

npm update

###Running the toy:

  1. For the test server, run, in the "server" directory:
node app_server.js
  1. For the remoter service, run, in the root directory:
node socket_server.js
  1. Open http://localhost:5000, keep it visible
  2. Make a GET on http://localhost:8000/control/stop_video
  3. PROFIT??

###Next Steps:

  • Mobile App
  • Two socket.io instances on the same server
  • ...