Skip to content

fdiep/pubnub_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PubNub / Node Integration

Very simple PubNub integration using Node.js

Install

All you need is:

  • Node.js
  • Free PubNub Account
  • Install PubNub via npm: npm install pubnub
  • Update config.js with your PubNub publish and subscribe keys

Run

All you need to do is run receiver.js in one terminal window and sender.js in another.

From the sender.js window you can type any text or JSON objects and they should appear in the receiver.js window.

About

Very simple PubNub integration using Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published