Server-Side Development with Fastify — Changing and Sending Responses
Fastify is a small Node framework for developing back end web apps.
In this article, we’ll look at how to create back end apps with Fastify.
Not Found Response
We can call callNotFound
to invoke the custom not found handler.