Events in ODC is a great step towards an event driven architecture.
In the current implementation, it only allows for server side consumers and I'd like to see that expanded to client side consumers as well.
Imagine I'm building a real time application with OutSystems and I want my UI to be refreshed as soon as some backend process is done. Currently, I need to manually integrate with some web socket / server sent event service to achieve this functionality. From my experience this is a convoluted process that requires a lot of time and the purchase of third party services. This is not the low code way.
Since now OutSystems has the Event primitive, it's the perfect time to add this capability.