Hello,
I am using pubnub to create an app on appery with chat functionality. I am using the following tutorial http://www.pubnub.com/docs/javascript...
In projectapp settingsexternal resources I made reference to the pubnub library.
Also I access the API by running the javascript code on page load noted in step two of the tutorial. my question is how do I display the received messages noted in step 3 of the tutorial? Should I create a service with the javascript code from step 3?