Reference
Explanation of basic mechanisms and specifications in frourio.
create-frourio-app
Setup with GUI
The setup procedure for your frourio project using create-frourio-app on GUI.
Setup with CUI
About using create-frourio-app on CUI and the generator of JSON to pass as an argument.
Aspida
Controller in frourio
Routing
The routing system in frourio.
Handler
A function that receives HTTP requests and actually processes them.
Lifecycle and Hooks
About the lifecycle and fastify-like hooks provided by frourio.
AdditionalRequest
Extending FastifyRequest or Request types to keep information between hooks and handlers.
Response Schema
A method to speed up the server by defining a JSON schema for responses.
Validation
Automatic Validation
About the validation that frourio automatically provides for all HTTP requests.
Zod
Using user defined validations by Zod.
class-validator
[deprecated] Using user defined validations by class-validator.