Blogs
Learn about new PubNub releases, industry trends, and app development tips.
GeolocationJul 28, 2019
Add Geocoding, Mapping with Mapbox & PubNub BLOCKS
Enable real-time geocoding and mapping in an AngularJS web application with a modest 44-line PubNub JavaScript BLOCK and 73 lines of HTML/JS.
GeolocationJul 28, 2019
Add Turn-by-Turn Navigation & Mapbox Directions API
How to build in turn-by-turn navigation into your real-time apps using the Mapbox Directions API.
GeolocationJul 28, 2019
Embed a Static Map and Update Geolocation
How to embed a static map into a web or mobile app and update and mark geolocation in real time.
GamingJul 28, 2019
Multiplayer Gaming Using Phaser – Occupancy Counter
How to build a JavaScript occupancy counter for multiplayer games that automatically updates a counter based on new users going online or offline.
Jul 28, 2019
Real-time Visualizations & Dashboards: Epoch + Python
How to stream real-time data and create real-time visualizations and dashboards using the Epoch library and PubNub Python.
Jul 25, 2019
Real-time Machine Learning: Online Learning w/PubNub
Exploring machine learning algorithms in real-time data streaming, online learning, including theory and building a machine learning model.
Product UpdatesJul 22, 2019
Making Chatbots Talk with IBM Watson Text-to-Speech
How to build a chatbot application that analyzes a stream of text, and uses Watson text-to-speech to speak based on customized thresholds.
NewsJul 5, 2019
Amazon EC2: Reducing Costs + Getting Most at Scale
By making minimal changes to system files, you can increase the number of users serviced concurrently on EC2. This allows for fewer EC2 servers
ChatJul 2, 2019
React Native Chat App - Part Two: Message History
Part Two of ever-growing React Native chat tutorial series, covering chat history - storing, fetching and displaying historic chat messages in order