Recently came to know about server side event and its support in ASP.net. Lot of my project we had requirement to implement something of this sort. I thought it would be cool if this feature is available in future version of Outsystems.
When building real-time dashboards in OutSystems, we often have to rely on polling or integrate third-party WebSocket providers to push live updates to the UI. Both approaches add complexity, infrastructure overhead, and maintenance cost.
With the recent addition of native Server-Sent Events (SSE) support in .NET 10, it’s now easier than ever for OutSystems to offer first-class, built-in support for this pattern at the platform level.
I support this idea and would like to add/concretize additional aspects: