Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 330 Bytes

SSE

Early stages of a Server-Sent Events server in PHP. Client-side is known as EventSource.

Basically the idea here is a lightweight server to sit in-between the browser and the web server. The responsibility of the server would be to efficiently, securely, and safely relay SSE messages.

see examples in:

examples/*