UNPKG

agco-event-source-stream

Version:

EventSource implemented in node as a readable stream

3 lines (2 loc) 105 B
var es = require('./') es('http://server-sent-events-demo.herokuapp.com/update').on('data', console.log)