I have implemented a WebSocket in Django and would like to connect to it from a Delphi application. However, I am unsure how to establish the connection and communicate with the WebSocket server.
Here is one of the WebSocket routes I have set up in Django: ws://127.0.0.1:8000/ws/ac/
Could someone guide me on how to connect to this WebSocket from Delphi?