DEV Community

Discussion on: Build a Basic CRUD App with Vue.js and Node

Collapse
 
mageshkumaar profile image
Magesh Kumaar

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?

Collapse
 
bparise profile image
Brandon Parise

No, you can't run two processes on the same port.