Hosting app utilizing socket.io on monday code hosting platform?

Hello,

we’re developing a monday.com app and we want it to utilize socket.io for client-server communication.

Is using web socket connections between client and server sides in a monday.com app possible given we’re hosting it in the monday code hosting platform?

Thanks, Oren

I do not work at monday, but I believe I know the answer here. monday code runs on Google Cloud Run.

So the answer is that it probably will work if you follow the practices as described in this Google Cloud Run documentation page.

1 Like