Skip to content

ESM Express-like web framework for modern Node.js

License

Notifications You must be signed in to change notification settings

OtterJS/otterhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




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.