Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2.07 KB

README.md

File metadata and controls

59 lines (42 loc) · 2.07 KB




otterhttp

ESM Express-like web framework for modern Node.js


Site npm CI Status Coverage Code Quality

Features

  • ↪️ Async middleware support
  • ✅ ESM-only
  • 🚀 No legacy dependencies, just the JavaScript itself
  • 🔨 Types out of the box
  • 🔥 Prebuilt middleware for modern Node.js

Visit otterhttp.lordfirespeed.dev for docs, guides and middleware.

Install

Node.js 15+ is required.

pnpm i @otterhttp/app

Contributing

There are many ways to contribute:

For ways to contribute, please see the documentation.