using multiple ports in Railway service
I have a project that uses both express.js and websockets, I assume they should use different ports, but as I understand- you can only use the port railway gives you. Can I only use one port per service? Meaning I'd have to pick between websockets and REST APIs?
7 Replies