2.1.1 • Published 3 months ago

@donutteam/fritter v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Fritter

An HTTP middleware framework for Node.js built with TypeScript to make it simple and fast to write web applications and APIs.

Inspired by Koa, Fritter provides many of the same features while removing much of the ambiguity and providing type safety.

It also comes bundled with several (optional) middlewares that cover various common use cases such as routing and serving static assets.

This library is mostly intended for use by Donut Team's web services, but it is open source and can be used by anyone who finds it useful.

Installation

Fritter is tested against the LTS version of Node.js. It may work in earlier versions, but we cannot offer any guarantees.

Additionally, the @donutteam/document-builder package is required as a peer dependency. This package is used by a bundled middleware.

npm install @donutteam/document-builder @donutteam/fritter

License

MIT