Back to Glossary
IntegrationIntermediate

What is Long Polling?

A technique where the client makes a request and the server holds it open until new data is available.

Why It Matters

Long polling provides near-real-time updates without the complexity of WebSockets.

Real-World Example

A chat application where the browser asks for new messages and the server waits until one arrives before responding.

“Understanding terms like Long Polling matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.