Blog
Learn about new PubNub releases, industry trends, and app development tips.
Guides
Sep 11, 2023What is HTTP/3 and How Does it Work?
HTTP/3 (or HTTP-over-QUIC) is an application layer protocol for communication between web browsers and servers.
Developer Relations Team
Sep 11, 2023
Crafting Dynamic App Conversations With AI
Truly effective conversational AI involves things like comprehending context and modifying responses in real time.
Michael Carroll
Guides
Sep 11, 2023WebSockets vs REST: Understanding the Difference
This blog post looks at WebSockets vs REST, the differences in performance, use cases, and how to take WebSockets to the next level.
Michael Carroll
Guides
Sep 7, 2023Introduction to the PubNub Data Stream API | PubNub
This blog post is an introduction to the PubNub Data Stream API, enabling you to stream and send data in 1/10 second or less to any device.
Michael Carroll
Guides
Sep 6, 2023What is MQTT Protocol?
Learn how MQTT's lightweight design and pub/sub model make it ideal for efficient communication between devices in IoT systems and sensors
Developer Relations Team
Sep 5, 2023
Build vs Buy Software: Why DIY Isn’t Always Better
A comparison between build vs buy when it comes to real-time infrastructure for data streaming and other real-time functionality
Michael Carroll
Guides
Sep 4, 2023What are Server-Sent Events (SSE)?
Discover how Server-Sent Events (SSE) enable real-time communication by letting servers push data updates to clients via a single HTTP connection!
Developer Relations Team
Sep 4, 2023
Automating Your App Development Workflows
A State of Agile report found 71% of teams adopt Agile & DevOps practices into workflows to meet quick turnaround times without affecting quality.
Michael Carroll
Guides
Sep 3, 2023What is WebSockets Protocol? Implementation and Use Cases
A method for real-time web communication that enables low-latency, bidirectional data streams between clients and servers, used in dynamic web apps