Awesome
<br /><br /><br />
<div align="center"> <img width="500px" src="https://tinyhttp.v1rtl.site/logo.svg" alt="tinyhttp" /> <p><sub>⚡ Tiny web framework as a replacement of Express</sub></p><br /> </div> <br /><br />tinyhttp is a modern Express-like web framework written in TypeScript and compiled to native ESM, that uses a bare minimum amount of dependencies trying to avoid legacy hell.
Features
- ⚡ 58% faster than Express
- ⚙ Express middleware compat
- ↪ Async middleware support
- ☑ ESM-only
- 🚀 No legacy dependencies, just the JavaScript itself
- 🔨 Types out of the box
- 🔥 Prebuilt middleware for modern Node.js
Visit tinyhttp website for docs, guides and middleware search.
Install
Node.js 14.21.3+ is required.
pnpm i @tinyhttp/app
Donate
You can donate with fiat or crypto here.
Sponsors
<table> <tr> <td align="center"><a href="http://deta.sh?ref=tinyhttp"><img src="https://i.snipboard.io/VFbSna.jpg" width="100px;" alt=""/><br /><sub><b>Deta</b></sub></td> <td align="center"><a href="https://molefrog.com/"><img src="https://avatars3.githubusercontent.com/u/671276?v=4" width="100px;" alt=""/><br /><sub><b>molefrog</b></sub></td> </tr> </table>Contributing
There are many ways to contribute:
- Submit bugs or feature requests
- Adding a new feature or addressing bugs yourself
- Review documentation and fix typos or add new content
For ways to contribute, please see the documentation.