Blog
Learn about new PubNub releases, industry trends, and app development tips.
Tessel + PubNub Power IoT in 4 Lines of JavaScript
Power the Internet of Things in 4 Lines of JavaScript with Tessel and PubNub. Tessel is a small, powerful microcontroller that runs entirely on JavaScript.
Helmets for Home Automation: Protecting the Smart Home Brain
Securing your home automation solution is paramount. We’ll go through a couple home automation security considerations and what the future holds.
Emulating a Secure API Server in a Chrome Web Browser
How to run a server in a web browser. In this case, we’ll write the server in JavaScript on the front-end. The server handles permissions for authorization.
Rendr: Seamless Backbone.js Web and Mobile Apps
Rendr enables you to run Backbone.js seamlessly on the client and server. Learn more about Rendr and its implementation into three different web and mobile websites.
JavaScript Testing: Idiot Proofing Your Code
“JavaScript Testing: Idiot Proofing Your Code” aka Achieving Maintainability, including best practices for linting, reducing complexity and unit testing.
4 Real-time Elements Every Multiplayer Game Dev Needs
This blog has four real-time elements that every multiplayer game dev needs including player position, lockstep, in-game chat, matchmaking, and real-time stats
Granting and Revoking Permissions – Private Chat API
With our private chat API, in this tutorial, we’ll show you how to grant and revoke permissions and access to chat users for secure private chat.