websocket-connector-reactive
Reactive icon

WebSocket Connector - Reactive

Stable version 0.0.4 (Compatible with OutSystems 11)
Uploaded on 05 January 2021 by 
5.0
 (3 ratings)
websocket-connector-reactive

WebSocket Connector - Reactive

Documentation
0.0.4

To use, include the WebSocket block anywhere on the page. The only required parameters are the ServerURL and action to handle incoming messages. The incoming messages will come as Text.

Try to use a variable for the ServerURL so that you can change it anytime you want and a new websocket will be opened for the URL. 

To send message, use the SendWSMessage Action.