Skip to content

Instantly share code, notes, and snippets.

@pblca
Created October 23, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pblca/799b5023fb405ad302e7 to your computer and use it in GitHub Desktop.
Save pblca/799b5023fb405ad302e7 to your computer and use it in GitHub Desktop.
PUBNUB.publish({
channel : 'mouseMoves',
message : {
x: 400,
y: 200
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment