Server-Sent Events (SSE) enable servers to push data to web clients over HTTP.
Unlike WebSockets, SSE is unidirectional (server to client) and works over standard HTTP.
EventSource: Checking...
Connection
Public SSE test servers: sse.dev/test, or use the mock stream below for testing.
Mock Event Stream
Local Mock (No Server Required)
Since SSE requires a server, this mock simulates event streams locally for testing.
Statistics
0
Total Events
0
Messages
0
Custom Events
0
Errors
Event Log
--:--:--INFOReady to connect to an SSE endpoint or start mock stream...