Skip to main content

Fastro

Fastro is a simple and fast web application framework built on top of deno.

Benchmarks

The speed is up to 92% deno http raw library. Go to benchmarks to see the measurement and detailed results.

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

Go to react ssr to create react components, define props, and setup the html template in a very simple way.

More features

You can see all features and examples here.

Serverless Demo

You can see webb app deployed on app engine here and webb app deployed on cloud run here.

Contributing

We appreciate your help!

To contribute, please read deno guidelines.