@fritter/core
v0.1.11
Published
A web framework.
Downloads
9
Readme
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.
Installation
Fritter has currently only been tested with Node.js 19.4.0. It may work in earlier versions, it may not, there are no guarantees at this time.
It does at least require support for async functions.
npm install @fritter/core
Usage
This package is currently in Alpha (versions < 1.0.0) and is subject to change at any time.
Documentation will be added as the API stabilizes.