Control your Raspberry PI GPIO in Real Time via the Browser using NodeJS, Socket.IO and pi-gpio
Playing with my Raspberry PI and its GPIO over the weekend it occurred to me I would be able to control it in real time from a browser, using Socket.IO and pi-gpio. Here is a link to my Github code for doing so: https://github.com/fgheorghe/jsGPIO. The JSGPIOServer module creates an HTTP server handling Socket.IO events, producing […]