@donutteam/fritter
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @donutteam/fritter

Weekly Downloads

14

Version

2.1.0

License

MIT

Unpacked Size

214 kB

Total Files

127

Last publish

Collaborators

  • duckdotexe