Im looking for a tutorial for controlling the arduino from a web frontend. I already have a cylon/arduino program running.
Do I need api-http? I can't find any documentation on what i'm trying to do. What I want to do is lets say toggle a LED with an HTML button. I tried using the browserify tool but I got some errors. I'm not even sure If for what I want to do I need browserify. (Will post all the info if needed)
Thanks!
Note: I have experience with the MEAN stack.