✳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
- Hooks | Fastifyfastify.dev
- Fast and low overhead web framework, for Node.js | Fastifyfastify.dev
- GitHub - fastify/fastify-cookie: A Fastify plugin to add cookies support · GitHubgithub.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- Documentation | NestJS - A progressive Node.js frameworkdocs.nestjs.com
- CLI Style Guide | Heroku Dev Centerdevcenter.heroku.com
- Cursor Docs — Agent, Rules, MCP, Skills & CLIdocs.cursor.com
- Bulletproof node.js project architecture 🛡️softwareontheroad.com
- Tao of Node - Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Node.js Middleware Conceptw3schools.com