flâneur — a map of the web's best reading

The hitchhiker's guide to plugins | Fastify

fastify.dev · 3,140 words · saved by 1 readers

First of all, DON'T PANIC!

Version: latest (v5.10.x) On this page First of all, DON'T PANIC ! Fastify was built from the beginning to be an extremely modular system. We built a powerful API that allows you to add methods and utilities to Fastify by creating a namespace. We built a system that creates an encapsulation model, which allows you to split your application into multiple microservices at any moment, without the need to refactor the entire application. Table of contents The hitchhiker's guide to plugins Register Decorators Hooks How to handle encapsulation and distribution ESM support Handle errors Custom errors

Explore this link on the map →

related reading