<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue Comment created on issue 143 <br>
Issue Title: Push based- Incorporate Server-Sent Events (SSE) <br>
https://github.com/openid/sharedsignals/issues/143 <br>
<br>
Comment: I think you meant to say "server to client communication". And that _is_ a match for the Transmitter to Receiver flow of SSF. While Server Sent Events are commonly seen in frontend applications, there are plenty of libraries implementing Event Source
clients in common backend languages like Go, Python, and NodeJS. For Receivers that are unable to open an HTTP endpoint to receive pushes but still want real-time notifications, Server Sent Events seem like a reasonable solution.
</body>
</html>