How to put the juggernaut push messages to show it in html in browser? thanks in advance..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It's all documented here: https://github.com/maccman/juggernaut Assume you have your Juggernaut server is setup and running and your app is publishing messages to Redis. Let's assume you are publishing messages to Your html code should include the following javascript files (which come with Juggernaut):
And following that you should connect to the Juggernaut server and handle incoming messages
Again a full end to end example is provided in the |
|||
|
|
