The tiny JavaScript API framework that gets out of your way
npm i @axiand/origami@latest --registry="https://npm.pkg.github.com"
Origami is a backend framework made to simplify the process of developing an API. It does this by taking a "keep it simple" approach and providing tools to streamline common tasks.
Origami handles server-side errors gracefully. Server-side errors will never crash your server entirely and errors are logged to the console automatically.
Origami does not force you down a certain path, and tries to stay out of your way as much as possible. You dictate how you lay out and manage your own code.
Origami is easy to get started with and has a low difficulty curve. Anyone with beginner JavaScript knowledge can jump right in and start developing.
Origami is not just three other libraries in a trenchcoat - in fact - it's quite the opposite. Origami tries to keep its dependencies to an absolute minimum, leading to lightning-fast startup and install times.
You can find all of the documentation for Origami at the origami-docs repo.
An API reference is also available at this page.
See how to create your first API project with the Getting Started guide.