Defer.client
Zero infrastructure Node.js background jobs
Install / Use
/learn @defer-run/Defer.clientREADME
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/defer-run/documentation/master/images/logo/dark.svg"/>
<img alt="Defer logo" src="https://raw.githubusercontent.com/defer-run/documentation/master/images/logo/light.svg"/>
</picture>
</p>
<p align="center">
Zero infrastructure Node.js background jobs
</p>
<p align="center">
<a href="https://docs.defer.run/">Documentation</a>
<span> · </span>
<a href="https://www.defer.run/blog">Blog</a>
<span> · </span>
<a href="https://discord.gg/x2v84Vqsk6">Community</a>
<span> · </span>
<a href="https://github.com/defer-run/defer.client/discussions/categories/roadmap">Roadmap / RFCs</a>
</p>
<br/>
Get started
API documentation
Contributing
You want to fix a bug or suggest a change? Please open a PR! Want to pitch a new feature, please open a RFC.
Open a PR
Make sure to follow our Code of Conduct and the following requirements:
- Each new feature should be shipped with new tests
- A PR should contains a description explaining the motivation
Local setup
- Clone the repository:
git clone git@github.com:defer-run/defer.client.git - Install the dependencies:
npm ci - Run the test after introducing changes:
npm run test - Bump a patch or minor by running
npx changelog(please provide a brief description of the changes)
