Blog
Learn about new PubNub releases, industry trends, and app development tips.
BuildMar 5, 2024
How to Build a Real-time Voting App with .NET and C#
Create a real-time voting app in the browser with C# and .NET, allowing users to vote and view updated results in real time. We use the PubNub C# SDK for both publish() and DetailedHistory to demonstrate the voting web app. The tutorial includes creating schemas, publishing messages over WebSockets,...
BuildMar 4, 2024
PubNub Real-time Gateway for Microsoft Azure EventHub
Using the PubNub Real-time Gateway for Microsoft Azure to take real-time data from a data stream, manipulate or store it using Azure Cloud Services, and chart the new [mutated] data stream.
InsightsMar 4, 2024
What is PubNub?
An introduction to PubNub and how we provide a platform that helps you build, deliver, and manage real-time capabilities for web apps, mobile apps, and IoT devices.
BuildMar 1, 2024
Kafka vs. RabbitMQ: Choosing the Right Messaging Broker
In the vibrant world of event-driven architectures, choosing the right messaging broker is crucial for efficient and scalable communication. Two of the most popular contenders are Kafka and RabbitMQ, each with its strengths and weaknesses
BuildFeb 29, 2024
How to Create a Real-time Public Transportation Schedule App
A comprehensive blog post on using geohashing, JavaScript, Google Maps API, and BART API to create a real-time public transit schedule app.
ChatFeb 29, 2024
Building a Chat Application Using Angular
Learn about creating Angular chat applications. Explore new technologies used and discover common features of popular chat applications.
BuildFeb 29, 2024
JavaScript Geolocation Tracking with Google Maps API
Understand how to implement map markers using the JavaScript Google Maps API and PubNub for web and mobile web live-updating maps.
InsightsFeb 28, 2024
What is a Real-Time App and Why Does it Matter?
A simple, concise look at what real-time technology is, real-time app use cases, and how PubNub benefits developers.
InsightsFeb 27, 2024
The Benefits of Event-Driven Architecture
Event-Driven Architecture (EDA) offers many benefits for developers building real-time chat and messaging applications. This innovative approach focuses on communicating and handling events, enabling applications to react and respond in real time to environmental changes.