Flash
Host Express and Nuxt server on same port
How would I go about hosting my nuxt server on, for example, http://localhost:3000, and an express API server on http://localhost:3000/api without them interfering with each other? There is no backend on the nuxt server.
6 replies