Back to Developer Roadmap

How to set up a custom server in Next.js

src/data/roadmaps/nextjs/content/[email protected]

4.0551 B
Original Source

How to set up a custom server in Next.js

Next.js includes its own server with next start by default. If you have an existing backend, you can still use it with Next.js (this is not a custom server). A custom Next.js server allows you to programmatically start a server for custom patterns. The majority of the time, you will not need this approach. However, it's available if you need to eject.

Visit the following resources to learn more: