Announcing PubNub Functions and Endpoints

A serverless environment to execute functions on the edge, transforming, enriching, and filtering messages as they route through the PubNub DSN

PubNub
2 min readJun 19, 2017

We have two announcements we’re excited to share with you!

BLOCKS is now Functions

First, we’ve renamed PubNub BLOCKS to PubNub Functions. Our pre-built functions and integrations will still be available in our branded BLOCKS Catalog.

As you may know, PubNub Functions is serverless compute directly at the edge of the network, which executes business logic on messages in-flight as they are streamed through PubNub. With a single click, developers have access to the functions they need to build and operate their realtime app — without worrying about deploying, maintaining, and scaling server infrastructure.

PubNub Functions is built specifically to enhance realtime apps running on the PubNub Data Stream Network:

  • Deploys functions in milliseconds to 15 points of presence worldwide
  • Scales automatically with usage
  • Requires no start-up time; your functions always run “hot”
  • Backed by 99.999% SLA’s
  • Adds minimal latency to low-latency data stream applications

Endpoints

Second, we are introducing webhook integration into PubNub Functions with Endpoints! Endpoints makes PubNub Functions available to anything capable of making an HTTP request, without the need to publish to a channel via one of our 70+ SDKs.

Creating a webhook is super easy. Simply select “On Request” as the event type when creating a new function, and specify the desired URI path:

With the ability to deploy secure functions and REST endpoints in the network through the click of a button, developers can quickly:

  • Transform, filter, aggregate, and re-route messages with custom business logic
  • Integrate 3rd party services for things like sentiment analysis, geolocation, and machine learning
  • Build massive-scale social apps, online multiplayer games, or IoT use cases
  • Store and retrieve stateful data for things like polls and vote aggregation using PubNub’s globally replicated Key/Value database
  • Implement authentication models such as OAUTH
  • Deliver advanced chat functionality such as @mentions and language translation in a few lines of code
  • Create chatbots for any realtime app or messaging platform

For further learning, check out the Functions and Endpoints documentation or our Facebook Messenger chatbot tutorial.

We’ll keep you posted as we release more Endpoints webinars and tutorials in the near future.

Originally published at www.pubnub.com.

--

--

PubNub

APIs for building secure realtime apps, with a global programmable network to power them.