Skip to content

Instantly share code, notes, and snippets.

@monorkin
Created October 1, 2018 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monorkin/33a4c6296049eae6742f17992228be68 to your computer and use it in GitHub Desktop.
Save monorkin/33a4c6296049eae6742f17992228be68 to your computer and use it in GitHub Desktop.
var evtSource = new EventSource('/stream');
evtSource.onmessage = function(e) {
console.log('DATA', e.data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment