Customer5983 I am new to web sockets and would like to implement sockets in my website - can I do it? Because in the stack overflow example I saw this line: this.socket = new WebSocket(‘ws://your-backend-url/ws’); // Specify the URL of your WebSocket server. And I don't know if server supports "ws" protocol
MonsterASPNET Hello, WebSocket and the ws:// protocol are supported. It is necessary to have HTTPS enabled – you can activate it directly in the Control panel. If you have any error messages, please send us a support ticket and we will check it.