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
- Host: GitHub
- URL: https://github.com/genesys/mollitia
- Owner: genesys
- License: mit
- Created: 2021-01-07T15:00:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T15:07:33.000Z (over 1 year ago)
- Last Synced: 2025-10-19T18:53:47.703Z (9 months ago)
- Topics: bulkhead, cache, circuit-breaker, fallback, fault-handling, javascript, mollitia, node, nodejs, polly, ratelimit, resilience, resiliency, retry, timeout, typescript
- Language: TypeScript
- Homepage: https://genesys.github.io/mollitia/
- Size: 8.58 MB
- Stars: 61
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Mollitia

> 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.