How to
Real-Time
Signing & Verifying OnRequest PubNub Functions
PubNub OnRequest Functions allow developers to create hosted REST API endpoints that process incoming HTTP requests. However, it may be necessary to sign these requests to ensure the integrity and authenticity of the data being sent.
Real-Time
How to Call Access Manager from PubNub Functions
Access Manager allows you to set rules that grant read & write access to specific channels and user metadata and define permissions for who can read, write, and modify that data. This guide discusses how to implement Access Manager within a PubNub Function.
Real-Time
How to Develop a real-time streaming application with PubNub
Learn how to develop a real-time streaming application with PubNub, allowing you to stream a continuous firehose of data to any number of recipients
Real-Time
How to Create a Real-Time Delivery Application
For any delivery solution, the end user experience will depend on providing real-time updates on vehicle location, delivery time and delivery status
Real-Time
How to Build a Real-Time Counter of Active Users
This how-to will explain how to add a real-time counter of active users to any application, what to consider while building this type of feature, and how PubNub can make it easy.