Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 432 Bytes

node-control

A node.js server to connect two devices

Live preview: https://remote.mrudelle.com (visit on both devices)

How to run locally

  • Install nodejs
  • Run ´npm install´ to install dependencies
  • Run ´node ./bin/www´ to start the server
  • Go to ´localhost:3000/´ or whatever port you specified

Depenencies

Deploy

$ git add .
$ git commit -am "la la la la"
$ git push heroku master