JS Coding Questions Logo
JS Coding Questions
#58💼 Interview

What are server-sent events

Advertisement

728x90

Server-sent events (SSE) is a server push technology enabling a browser to receive automatic updates from a server via HTTP connection without resorting to polling. These are a one way communications channel - events flow from server to client only. This has been used in Facebook/Twitter/X updates, stock price updates, news feeds etc.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 59

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
58of476