I have Node.JS installed on my Raspberry Pi with pi-gpio installed giving me access to the gpio ports. I can read and write ok, but given the event driven nature of node.js, is it possible to set it up so that when a GPIO input changes and goes high, or low, or both (depending on setup), an event is fired?