Is it possible to run both the client and server in the same port? I see this pattern across tutorials. They have a separate folder "client" and another folder "server" and they run npm start and they start at different ports. Is it at all possible to run it in a single port?
Is it possible to run both the client and server in the same port? I see this pattern across tutorials. They have a separate folder "client" and another folder "server" and they run npm start and they start at different ports. Is it at all possible to run it in a single port?
No, you can't run two processes on the same port.