From 96d5b2c2011f816afeeeebd4907e24e4361c5b57 Mon Sep 17 00:00:00 2001 From: Tomomi Imura Date: Mon, 24 Nov 2014 15:59:09 -0800 Subject: [PATCH] gitignore added --- Samples/PubNub/.DS_Store | Bin 6148 -> 0 bytes Samples/PubNub/README.md | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 Samples/PubNub/.DS_Store diff --git a/Samples/PubNub/.DS_Store b/Samples/PubNub/.DS_Store deleted file mode 100644 index 7a8f5d944e9209a6036dbb44b8a729fb2a9acb2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKy-ve05VqR_i7G*m7|NE7r9)AH!bDWc#DWw=2Z~CfR5YlHt0tvGsg#l5jfX(+ zLJT|%ceYzm6$TcBsypfYozHi+{3Y_)j4@vA2b+vpj4=ZgF=ImWjo>)yjAXP2k>ebG zNBCfW_}xx86HSi)$N+x347*~nKZv_uzh9h`O7A?A%`Gf08K#*x^UEvwbGI!9ZsH~V zxa#%Juy^bwZC~3bLUbm!=bwhHLDO105K-cVQL87D!=MErjd~abVo(+RD2N-ba@NBj zY0F8q!!S(4Y+8lkaCdLJXm6FvqoO^mR7zm)ltv@#*)-NS%KJyYxVgQ%e|UU)c~vBH z_#dULY8=BG7;?YYZZGPH=o0$l*l`RYF+dCu1M|*+KKG3Lyl<5DM+^`Hzh(f>2OAX8 z(U>ZfM+Y=`eZ=t`A_~~}mO!*MIvP`jFap9=DxgZ``ia3+I{0lJ=V(k7s&vNX$}o>! znd=t{m#c%{mf?&$3aKRqh=FMavZ`xg{XhKq{Xd;VJz{_um@5W&uIARNuq9nvXEukm u)&{)*MZvgK;UonNS&AVROK|~I3ixd_03D5~LhyjlML^O(4KeVi4159s2Ue^A diff --git a/Samples/PubNub/README.md b/Samples/PubNub/README.md index 2a68572..6e16715 100644 --- a/Samples/PubNub/README.md +++ b/Samples/PubNub/README.md @@ -22,7 +22,11 @@ PUBNUB.subscribe({ channel: 'chat', callback: function(m){console.log(m)}}); Super easy! -## So, What is PubNub? +## Debugging using PubNub Console + +Go to [Console][console], and enter your channel name (for this example demo, *mchat*), and your subscribe/publish keys to see if your code is sending and receiving data to/from PubNub service correctly! + +## OK, So What is PubNub? PubNub is a globally distributed *data stream* network, a cloud service that developers use to build and scale real-time applications. We connect to over 250 million devices with billions of monthly real-time transactions for financial services, social apps, online auctions, multi-player games, telecom infrastructure, retail apps etc. PubNub also enables many Internet of Things (IoT) solutions for home automation, connected cars, retail, transportation and many others. @@ -34,3 +38,4 @@ Happy hacking :-) [Demo]: http://pubnub.github.io/super-simple-chat/index.html [pubnub]: http://www.pubnub.com/docs/javascript/javascript-sdk.html [dev]: http://www.pubnub.com/developers/ +[console]: http://www.pubnub.com/console/ \ No newline at end of file