Skip to content

Instantly share code, notes, and snippets.

@diericx
Created May 10, 2018 18:40
// add listener to input
client.on('input', function(data){
clients[client.id].input = data
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment