'WebSocket connection through SAP Fiori freestyle app

is it possible to connect to classic web socket and show its data ?

Everytime i try it, its the same response "web socket connection failed"

Or is it just not supported ?

Thank you for response.

What I have in mind is a code looking like this. :

var conn = new WebSocket('wss://demo.sewio.net:8080'); 


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source