Backend
146 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
Dead Letter Queue
Queue for messages that fail processing after retries
Repository Pattern
Design pattern abstracting data access behind an interface
Backend Development
Building server-side logic, databases, and APIs
Saga Pattern
Pattern managing distributed transactions with compensating actions
gRPC
High-performance RPC framework using Protocol Buffers
OAuth
Open standard for token-based authentication and authorization