eep.js is a small lightweight subset of Complex Event Processing (CEP) that adds aggregate functions and windowed stream operations to Node.js. eep.js was introduced at my talk on Data Distribution in the Cloud with Node.js at the Node Dublin conference in October 2012. I wrote eep.js as I find the lack of data-centric stream processing operations in OO and functional languages lacking. Data-centr

