<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #1A1A1A;text-align: left" dir="ltr">
                                        
                                        
                                            
                                        
                                        
                                        For .NET/ASP.NET, it's always been fairly easy to implement the server-side code for SSE. It seems that recently .NET 9 added client-side support for the protocol. This was surprising to me given that historically browser-based JS clients have been the client-side of that equation. But I guess given recent popularity of LLMs, then it's understandable that Microsoft has added support. <div><br></div><div>Here's a nice comprehensive post for those interested and working in .NET/ASP.NET:</div><div><br></div><div><span style="font-size: 13.3333px">https://www.strathweb.com/2024/07/built-in-support-for-server-sent-events-in-net-9/</span></div><div><br></div><div>I'll put this in my queue as something to try to build a POC for.<br><div><br></div><div class="mb_sig">-Brock<div><br></div></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">On 3/13/2025 5:23:07 PM, Dick Hardt via Openid-specs-ab <openid-specs-ab@lists.openid.net> wrote:</p><div style="font-family:Arial,Helvetica,sans-serif"><div dir="ltr"><div dir="ltr">Hey<br><br>I'm hacking together a PoC for OP Commands -- I'm a strong believer in hands-on experience implementing a protocol, and I wanted to see if I could find any issues with SSE. One addition I'll be adding to the doc is an "error" event for when the RP has an unrecoverable error while sending the stream. <br><br>Anyway, I came across this library that enables a nodejs server to be an SSE client:<br><br><a href="https://www.npmjs.com/package/eventsource">https://www.npmjs.com/package/eventsource</a><br><br>and was surprised to see it has >5M weekly downloads. Looking at the dependencies, lots are ChatGPT related libraries. This makes sense as an LLM response often takes seconds, and is a stream. It also is a similar pattern to the proposal for how OP Commands would use SSE.</div><div dir="ltr"><br></div><div>/Dick</div></div>
_______________________________________________
Openid-specs-ab mailing list
Openid-specs-ab@lists.openid.net
https://lists.openid.net/mailman/listinfo/openid-specs-ab
</div></blockquote>
                                        
                                        </div></div>