Skip to content

Instantly share code, notes, and snippets.

@hendrikswan
Created July 6, 2017 15:43
Show Gist options
  • Save hendrikswan/9c4f3456249d9dbfe51ad157619bdd9f to your computer and use it in GitHub Desktop.
Save hendrikswan/9c4f3456249d9dbfe51ad157619bdd9f to your computer and use it in GitHub Desktop.
io.on('connection', (client) => {
client.on('subscribeToTimer', (interval) => {
console.log('client is subscribing to timer with interval ', interval);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment