let socket = io.connect('http://127.0.0.1:1215/', {transports: ['websocket']});
i serve my laravel application with php swoole
php artisan swoole:http start
i always get this error in console
WebSocket connection to 'ws://127.0.0.1:1215/socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 404