...

/

Quiz: Using a Custom Server

Quiz: Using a Custom Server

Test yourself on what you've learned in this chapter.

We'll cover the following...
Technical Quiz
1.

How can Express.js be included in a Next.js application?

A.

By installing it as a dependency and importing it in your code

B.

By copying and pasting the Express.js code into your Next.js project

C.

By using a third-party package that integrates Express.js with Next.js

D.

By using the built-in API routes in Next.js, which provide similar functionality to Express.js but within the Next.js framework


1 / 4