Skip to content

Server Push

Medium — good to knowNetworking

ELI5 — The Vibe Check

Server push is when the server sends data to the client without being asked. Instead of the client constantly asking 'any updates?' the server says 'here, I have something for you' when there's news. It's the difference between checking your mailbox and having a doorbell.

Real Talk

A communication pattern where the server initiates data transmission to the client without an explicit client request. Implementations include HTTP/2 Server Push (pre-loading resources), Server-Sent Events (one-way event streams), WebSockets (bidirectional), and push notifications. Each has different use cases and tradeoffs.

When You'll Hear This

"We use server push for real-time notifications so users don't have to refresh the page." / "HTTP/2 server push for assets is being deprecated — most CDNs found it hurt performance more than it helped."

Made with passive-aggressive love by manoga.digital. Powered by Claude.