...

/

Overview: Using a Custom Server

Overview: Using a Custom Server

Explore some of the powerful features of Next.js, like custom servers and integration with Express.js and Fastify.

We'll cover the following...

Introduction

Next.js is an incredibly powerful framework. So far, we’ve been able to create some nice server-side rendered web applications without really caring about tweaking and customizing the web server. Of course, ...