DEV Community

Cover image for Configure NextJs Custom Server with NodeJs
codegirl
codegirl

Posted on

Configure NextJs Custom Server with NodeJs

You can handle complex routing, middleware, and other server-side features that Next.js does not by default provide by configuring a custom server using Next.js and Node.js. This blog tutorial is an overview on how to use Next.js with Node.js to create a custom server.

Visit my full blog post here: https://www.codegirl0101.dev/2024/05/nextjs-custom-server-configuration-with.html

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video