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

npm module #31

Open MixMasterMitch opened 10 years ago

MixMasterMitch commented 10 years ago

Would it be possible to make noduino available as an npm module that I can easily include in a different node application?

I think this is a really cool project, but I want to integrate it with a much larger hardware/software project. Specifically, I have a node web app running on a computer that I would like to connect to an Arduino and receive some analog and digital outputs.

Thanks!

josx commented 10 years ago

https://gist.github.com/coolaj86/1318304