Questions tagged [pubnub]

PubNub provides a cutting-edge API for instant data stream messaging, catering to IoT, mobile/web applications, chat platforms, and gaming. This innovative platform is backed by a Software Development Kit (SDK) for seamless integration.

Example of fetching Pubnub history using AngularJS

I am not a paid PubNub user. I am utilizing the example code for an Angular JS basic chat application from PubNub, and I want to access the chat history. This specific example can be found on the PubNub website. git clone https://github.com/stephenlb/an ...

Exploring the archives of PubNub within Angular5

I've been working on integrating PubNub history into my web app, but I'm currently only able to view it in the console. Here's what I have so far: pubnub.history( { channel: 'jChannel', reverse: false, count: 100, stri ...

Node 12 PubNub problem encountered

Is anyone experimenting with running the PubNub SDK in Node 12.x? I noticed on their documentation that it currently only supports up to node 8. Link - Has there been any news about potential support for version 12 in the near future or any workarounds av ...