sbstjn / noduino

JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
http://sbstjn.github.io/noduino/
1.23k stars 232 forks source link

Removed hardcoded localhost reference #26

Closed musterknabe closed 9 years ago

musterknabe commented 10 years ago

Start server with node srv.web.js [hostname] [port] to set different hostname/port.

i.e. node srv.web.js 192.168.0.1 8081

Useful if you want to access the node server from a different machine

sbstjn commented 9 years ago

Thanks!