@flagg2/brisk
v1.6.7
Published
Brisk is a simple framework for building RESTful APIs based on Express
Downloads
238
Readme
Brisk
A library built on top of express, which allows for easier development of apis
Features
- Typesafely handle req.body and req.query with zod
- Typesafely handle responses and status codes
- Handle auth tokens (with either jwt or custom auth method) and provide typesafe user context for each route
- Make express routing more sensible and predictable
- Allow for easier file uploads
- Allow filtering duplicate requests to avoid race conditions
- Handle logging