Created
June 19, 2014 00:27
-
-
Save pcperini/d8ebffdd45597cf13001 to your computer and use it in GitHub Desktop.
WorldPin Node App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
io.on('connection', function (socket) { | |
socket.broadcast.emit('join', socket['id']); | |
console.log(socket['id'] + ' has connected!'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment