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.

Route Level Hooks

We can add hooks at the route level.

To do this, we can write:

#javascript

Server-Side Development with Fastify — Route Level Hooks and Decorators
1.10 GEEK