I’m trying to deploy my Remix app with a Node + express backend so that I can use socket.io. It’s based off examples/socket.io at main · remix-run/examples · GitHub, which is the official Remix example.
My question is, what port/url am I going to be able to connect to for the socket?
This is all assuming Docker will build my Remix + Express app :/.