Skip to content

Instantly share code, notes, and snippets.

@lamorbidamacchina
Created November 22, 2021 15:29
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 lamorbidamacchina/4ce6f7a7a568c36bd0790ebcb29b2eb4 to your computer and use it in GitHub Desktop.
Save lamorbidamacchina/4ce6f7a7a568c36bd0790ebcb29b2eb4 to your computer and use it in GitHub Desktop.
var socket = io();
window.onclick = function(e) {
socket.emit('message', 'hello world');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment