The Complete Guide to the Fastify Plugin System
One of the most important differentiating features of Fastify is its Plugin System and the encapsulation concept. These two features are synonymous as we are talking about the same thing.
The Plugin System is a powerful tool that allows you to build ...
backend.cafe8 min read
Olivier C
Thank you for this article which enlightened me a lot because, even when reading the documentation, I did not at all understand the issues of this design. On the "Industrial Empathy" blog I found another article which does not directly deal with the Fastify architecture but which for me makes sense following yours. This is the post: “Designing very large (JavaScript) applications”.