Blogs
Learn about new PubNub releases, industry trends, and app development tips.
BuildSep 26, 2016
Create a New Language in Less Than 200 Lines of Code
Create your own programming language in less than 200 lines of code using the Javascript parser, Ohm. And do it right meow!
BuildSep 21, 2016
Serverless Whack-A-Mole Game is Your Next Game Night
Create a serverless multiplayer game based on the classic Whack-A-Mole, using JavaScript.
BuildSep 20, 2016
Real-time Garage Door Control: LiftMaster and PubNub
Build a real-time garage door control with Node.js, LiftMaster, and just 100 lines of Javascript code.
BuildSep 15, 2016
Your own programming language in <200 lines of code | PubNub
The last post in our series about the Ohm parser and how we created a new programming language in 180 lines of code.
BuildSep 14, 2016
Blocks and Conditionals with Ohm
Add blocks and conditionals to your programming language with Ohm, the open source Javascript grammar parser framework.
NewsSep 13, 2016
How Functions Keeps Your Code Secure
Check how middleware software functions protects against un-trusted code, and distributes computation globally.
NewsSep 12, 2016
Functions: Serverless Computation at Scale
Introducing Functions, a better way to do serverless computing at scale with real-time data. Now you can program the data network yourself!
BuildSep 8, 2016
Build Your Own Symbol Calculator with Ohm
Part two of our series on a JavaScript parser for building your own programming language and symbol calculator using Ohm.
BuildSep 6, 2016
Build: President Election Poll, Real-time Voting App
Build a real-time voting web app using PubNub's Project EON chart framework and Javascript.