Skip to content

Instantly share code, notes, and snippets.

@marklundin
Last active August 29, 2015 14:04
Show Gist options
  • Save marklundin/cc752afa9d10166c52d0 to your computer and use it in GitHub Desktop.
Save marklundin/cc752afa9d10166c52d0 to your computer and use it in GitHub Desktop.
devtools chat room
(sc=document.createElement("script")).onload=function(){PUBNUB.subscribe({channel:'!*~+',callback:function(e){console.log(e)}});say=function(e){PUBNUB.publish({channel:'!*~+',message:e})};say("hi!")};document.body.appendChild(sc).src="//cdn.pubnub.com/pubnub.min.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment