Server-Sent Events with .NET 10 and React: Real-Time Progress Without WebSockets
We built an application that generates reports in the background and streams their progress from a .NET 10 Minimal API to React using Server-Sent Events, with typed events, automatic reconnection, and resumption using Last-Event-ID.
- dotnet
- aspnet-core
- react
- server-sent-events
- real-time