nodejs-EventStore icon indicating copy to clipboard operation
nodejs-EventStore copied to clipboard

Node.js driver for Event Store

Results 1 nodejs-EventStore issues
Sort by recently updated
recently updated
newest added

Error JSON.parse from an events array. es.readStream('myStream', function(err, events){ if(err) return; events.forEach(function(event){ var tweet = event.data.toString(); console.log(JSON.parse(tweet)); }); });