Having launched my NodeJs app on AppEngine, i found it throws an exception: app.min.js:20 WebSocket connection to 'wss://hostname/socket.io/?EIO=3&transport=websocket&sid=OClcQulfAmcJEpfMAAAV' failed: Error during WebSocket handshake: Unexpected response code: 400
Trying to google, i found Google Cloud does not seem to support WebSockets. Since app is written and we have no much time to rewrite it, are there any other ways to keep things as is and have socket.io working with Google Cloud? Is it possible to run Socket.IO server separately and communicate through it? Having app moved into standalone VM on Compute Engine could solve it or sockets are`t supported even there?
Follow up: i found it works on Chrome though, as it switches automatically to pooling transport.