Skip to content

Instantly share code, notes, and snippets.

@lastlegion
Created November 15, 2014 05:13
Show Gist options
  • Save lastlegion/89ddbd277d19c3a57cf2 to your computer and use it in GitHub Desktop.
Save lastlegion/89ddbd277d19c3a57cf2 to your computer and use it in GitHub Desktop.
clientside
tweets = [];
socket.on("tweet", function(data){
console.log(data);
tweets.push(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment