PromptHub
Backend 23 views

Server Sent Events

Quick Definition

Server-to-client unidirectional real-time updates over HTTP

Full Definition

A technology enabling servers to push real-time updates to clients over an HTTP connection unidirectionally.

Examples

live notifications, progress updates, streaming dashboards

Related Terms

websocket real-time http

More Backend Terms