← Glossary

Long-polling

Client opens a request and the server holds it open until there's data, then responds.

Go deeper
Read the full Long-Polling vs WebSockets vs SSE concept guide →

Three ways to deliver server-pushed updates; pick based on direction, scale, and infra constraints.

Where it shows up
← All 36 terms