Skip to content

Instantly share code, notes, and snippets.

@joshmarinacci
Forked from pblca/mouseSpeak.js
Created March 23, 2017 20:36
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 joshmarinacci/8ced7b400f6adee6b866ee6217f1dce4 to your computer and use it in GitHub Desktop.
Save joshmarinacci/8ced7b400f6adee6b866ee6217f1dce4 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