Server Sent Events
Server-Sent Events (SSE) | sends real-time updates | from server to client
Server-Sent Events (SSE) | gửi các cập nhật thời gian thực | từ máy chủ đến máy khách
over persistent HTTP connection. | Enables efficient server push | with automatic reconnection.
qua kết nối HTTP bền vững. | Cho phép đẩy dữ liệu từ máy chủ hiệu quả | với khả năng tự động kết nối lại.
Ideal for one-way communication | like live notifications | using simple text-based format
Lý tưởng cho giao tiếp một chiều | như các thông báo trực tiếp | sử dụng định dạng văn bản đơn giản
and EventSource API.
và EventSource API.
Resources
- Server Sent Events - MDN (article)
- Server-Sent Events | Postman Level Up (video)
References
- https://roadmap.sh/backend (Node: Server Sent Events)