Fastro
Fastro is a simple and fast web application framework built on top of deno.
Getting Started
Go to the quickstart to install command line interface and create a project.
Features
Fastro provides easy-to-use features for web development.
Container based dependency injection. Put all dependencies in a container and access them via function parameters.
File system routing. No need to register routes, controllers, middlewares, templates, or static files. They will be loaded and saved when the server starts.
React SSR. Create react components, define props, and setup the html template in a very simple way.
More features: see all features and examples.
Serverless Demo
Benchmarks
The speed is up to 92% of deno http raw library. Go to benchmarks to see the measurement and detailed results.
Contributing
We appreciate your help!
To contribute, please read deno guidelines.