/intenso

yet another blazing fast web framework

Primary LanguageTypeScript

intenso

It's a small, simple and blazing fast web framework.

Features

  • Async by default
  • File based routing. Possible methods: get, post, put, patch, delete, head, options
  • Typesafe parsing, validation and usage with built-in Zod for:
    • Body
    • Query parameters
    • URL parameters
    • Environment variables

Getting started

Check out the example directory, you can also run npx tsx example to start it locally.