Does railway internal networking support websockets?

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

ws://abc.railway.internal:8080


thank you


may I ask what you're planning on using an internal websocket for? websockets aren't always the best choice


just testing out if my websocket can work with the internal networking, handling user sessions on our website


trying to save on the costs


anything wrong with websockets being on railway?


behaviour should be identical to any other platform


alright


Loading...