<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue opened <br>
Issue Title: Push based- Incorporate Server-Sent Events (SSE) <br>
https://github.com/openid/sharedsignals/issues/143 <br>
<br>
**Problem Statement**: Current implementations leveraging PUSH (RFC 8935) require receivers to have publicly exposed endpoints. This setup complicates real-time communication and scalability. **Proposal**: Integrate Server-Sent Events (SSE) as an option alongside
PUSH to facilitate real-time communication without the need for receivers to maintain publicly exposed endpoints. SSE enables a server to push updates to clients over a single, long-held HTTP connection, reducing HTTP request volume. **Some benefits**: - **Reduced
Complexity**: Eliminates the need for receivers to manage exposed endpoints. - **Enhanced Efficiency**: Minimizes the number of HTTP requests, lowering server load and network traffic. - **Improved Security**: Decreases exposure to attacks that target publicly
accessible endpoints. - **Real-Time Updates**: Enables efficient, real-time updates without constant polling, improving user experience. - **Ease of Implementation**: Leverages existing web standards, ensuring wide compatibility and simplifying adoption.
</body>
</html>