Skip to content

Instantly share code, notes, and snippets.

@gkoo
Created June 9, 2020 19:30
Show Gist options
  • Save gkoo/90ecb2a63e2a677af40c16246f9d39a8 to your computer and use it in GitHub Desktop.
Save gkoo/90ecb2a63e2a677af40c16246f9d39a8 to your computer and use it in GitHub Desktop.
let count = 0;
setInterval(() => io.sockets.emit(`Hello ${++count}`), 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment