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?
I had a similar issue with WebSocket support and found that having a separate hosting setup made things smoother. I used https://www.librecloud.host/nextcloud-hosting/ to spin up a Nextcloud server and ran my socket server from there. Kept the logic off the Monday code environment and just connected via APIs. It’s been reliable so far and lets you keep more control over the backend stuff.