Search⌘ K

Summary: Using a Custom Server

Explore how to integrate Next.js with Express.js and Fastify to create custom servers. Understand deployment challenges with providers like Vercel and Netlify and discover suitable hosting alternatives for custom server setups.

We'll cover the following...

Recap

In this chapter, we’ve seen how to integrate Next.js with two of the most popular web frameworks for Node.js: Express.js and Fastify. It’s possible to integrate Next.js with other web frameworks, and the implementation won’t be different from what we've seen. ...