Guide
Example of practical application examples using Frourio, including those that are not functions of Frourio itself.
📄️ Migration Guide
Here are some updates that require special consideration regarding frourio and frourio-express.
📄️ Custom Entrypoint
The instance of fastify or express is created in server/service/app.ts and is started in server/entrypoint/index.ts.
📄️ Authentication
Use AdditionalRequest to share data between hooks and controller.
📄️ CORS / Helmet
Use AdditionalRequest to share data between hooks and controller.
📄️ 500 Error Handling
For handling 500 errors, use the native features of Fastify / Express.
📄️ Dependency Injection
Frourio use frouriojs/velona for Dependency Injection.
🗃️ Typed Pages Path
2 items
🗃️ Deployments (CI/CD)
3 items