-
-
Save domadev812/8d14199745575cbbd1ecaf45f022cb3c to your computer and use it in GitHub Desktop.
Sample PubNub Keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Include the PubNub Library --> | |
<script src="https://cdn.pubnub.com/sdk/javascript/pubnub.4.17.0.js"></script> | |
<!-- Instantiate PubNub --> | |
<script type="text/javascript"> | |
var pubnub = new PubNub({ | |
subscribeKey: 'Unique Subscribe Key Here', | |
publishKey: 'Unique Publish Key Here', | |
ssl: true | |
}) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment