I used https://www.outsystems.com/forge/component-overview/10916/reactive-socketio-client this forge but I cant understand how to implement. Any one help to step by step procedure to implement websocket in Outsystems
Hi Yasar,Have you had a look on this documentation:https://www.outsystems.com/training/lesson/1119/websockets-a-server-push-technology/Also, there is a nice component — called SSE Push Event Hub and Client — that allows for Server-Sent Events without any 3rd party integration. It's not a websocket since it doesn't allow 2-ways communication, but you can trigger events on the server-side that can be handled on the client-side.According to this:https://www.outsystems.com/forums/discussion/71344/using-websockets-how-to-trigger-event-on-crud-operation/#Post290239it is highly recommended for anyone who has a similar use case!
Hi,
Sorry to bump an old thread, SSE is feasible only if Force HTTPS is not enabled. Any workaround or guide for web socket? The URL provided for the lesson is unavailable. Any guide/example would be much appreciated.
Kenny