Skip to main content

Fastro

Fastro is a simple and fast web framework built on top of deno. Its speed is close to the raw deno http library.

Module Req/s avg Percentage
Deno 23513.5 100.0%
Fastro 23025.6 97.9%

Written in typescript. No need to register routes, controllers, middlewares, templates, or static files. They will be loaded and saved when the server starts.

Features

Fastro provides easy-to-use features for web development.

application/json x-www-form-urlencoded
multipart/form-data command line interface
data validation dynamic URL parameters
serverless deployment cookie
middleware proxy
query param static files
url prefix url redirection
url routing by file name template rendering

Getting Started

Examples