An open API service indexing awesome lists of open source software.

https://github.com/genesys/mollitia

JavaScript Resilience Library
https://github.com/genesys/mollitia

bulkhead cache circuit-breaker fallback fault-handling javascript mollitia node nodejs polly ratelimit resilience resiliency retry timeout typescript

Last synced: about 8 hours ago
JSON representation

JavaScript Resilience Library

Awesome Lists containing this project

README

          

# Mollitia


Mollitia Icon

> JavaScript Resilience Library

`Mollitia` is a JavaScript Resilience library that works on Node and on browsers.

Its purpose is to help organize **asynchronous operations** under a highly customizable circuit that helps manage error use cases.

When everything is falling apart, it stops the classic flow and uses modules to manage failures.

## 📄 Documentation

Please check out the official documentation to get started using **Mollitia**, visit [genesys.github.io/mollitia](https://genesys.github.io/mollitia).

## 👏 Contributing

Please checkout the [Contributing Guide](./CONTRIBUTING.md) before creating any issue/pull-requests.