strong-tie/inbound-calls
0
1<h1 align="center">Fastify</h1>2 3## Guides Table Of Contents4<a id="guides-toc"></a>5 6This table of contents is in alphabetical order.7 8+ [Benchmarking](./Benchmarking.md): This guide introduces how to benchmark9 applications based on Fastify.10+ [Contributing](./Contributing.md): Details how to participate in the11 development of Fastify, and shows how to setup an environment compatible with12 the project's code style.13+ [Delay Accepting Requests](./Delay-Accepting-Requests.md): A practical guide14 on how to delay serving requests to specific routes until some condition is15 met in your application. This guide focuses on solving the problem using16 [`Hooks`](../Reference/Hooks.md), [`Decorators`](../Reference/Decorators.md),17 and [`Plugins`](../Reference/Plugins.md).18+ [Detecting When Clients Abort](./Detecting-When-Clients-Abort.md): A19 practical guide on detecting if and when a client aborts a request.20+ [Ecosystem](./Ecosystem.md): Lists all core plugins and many known community21 plugins.22+ [Fluent Schema](./Fluent-Schema.md): Shows how writing JSON Schema can be23 written with a fluent API and used in Fastify.24+ [Getting Started](./Getting-Started.md): Introduction tutorial for Fastify.25 This is where beginners should start.26+ [Migration Guide (v4)](./Migration-Guide-V4.md): Details how to migrate to27 Fastify v4 from earlier versions.28+ [Migration Guide (v3)](./Migration-Guide-V3.md): Details how to migrate to29 Fastify v3 from earlier versions.30+ [Plugins Guide](./Plugins-Guide.md): An informal introduction to writing31 Fastify plugins.32+ [Prototype Poisoning](./Prototype-Poisoning.md): A description of how the33 prototype poisoning attack works and is mitigated.34+ [Recommendations](./Recommendations.md): Recommendations for how to deploy35 Fastify into production environments.36+ [Serverless](./Serverless.md): Details on how to deploy Fastify applications37 in various Function as a Service (FaaS) environments.38+ [Style Guide](./Style-Guide.md): Explains the writing style we use for the39 Fastify documentation for those who want to contribute documentation.40+ [Testing](./Testing.md): Explains how to write unit tests for Fastify41 applications.42+ [Write Plugin](./Write-Plugin.md): A set of guidelines for what the Fastify43 team considers good practices for writing a Fastify plugin.44 