Skip to content

PubNubDevelopers/pubnub-api-demos-javascript

Repository files navigation

PubNub JS SDK Demo Code

Set up

Be sure to insert your PubNub API Keys in each of the HTML files in this repository.

const pubnub = new PubNub({
    publishKey : 'YOUR PUBNUB PUBLISH KEY HERE',
    subscribeKey : 'YOUR PUBNUB SUBSCRIBE KEY HERE'
});

PubNub accounts are free up to 1 million transactions per month.

PubNub Signup

Running

Open any of the HTML files in your favorite web browser. No need to run a web server. Use the file URI scheme in your browser's address input to navigate to the HTML file on your computer.

Videos of This Code in Action

Check out the PubNub Quickstarts for video commentary of this code in action.

About

PubNub API demo code for JavaScript - V4 SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages