Skip to content

Instantly share code, notes, and snippets.

@WowSuchRicky
Created October 22, 2015 03:03
Show Gist options
  • Select an option

  • Save WowSuchRicky/c66b021030e65f79f2f9 to your computer and use it in GitHub Desktop.

Select an option

Save WowSuchRicky/c66b021030e65f79f2f9 to your computer and use it in GitHub Desktop.
io.sockets.on("connection", function (socket) {
"use strict";
console.log("Socket initialized");
var lastEmit = new Date().getTime();
socket.on("clearscreen", function (data) {
io.sockets.emit("clearscreen", data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment