I need to implement nodejs socketio multiplayer game servers. And these game servers run for only 5 mins when they are triggered. And my main question is:
Can I connect multiple users using socketio on the same Google Cloud Functions or Google Cloud Run http endpoints? If I can't what else services I can use for it?