I am working over gcloud, I use nodejs and socketIO, I am working with simple socket networking, connection, disconnect and ping.
Everything is working great over my local linux machine.
When I deploy to gcloud, it doesn't work. I got disconnection once I connect to the server from the client.
I use port 8080|| process.env.PORT
What's wrong with that.
How can I get it working over gcloud.
Thanks.