4 months ago
I have my api hosted on railway that is served from my api subdomain, if I add websocket functionality, what would the internal network URL look like?
8 Replies
4 months ago
ws://abc.railway.internal:8080
4 months ago
thank you
4 months ago
may I ask what you're planning on using an internal websocket for? websockets aren't always the best choice
4 months ago
just testing out if my websocket can work with the internal networking, handling user sessions on our website
4 months ago
trying to save on the costs
4 months ago
anything wrong with websockets being on railway?
4 months ago
behaviour should be identical to any other platform
4 months ago
alright