Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of lykmapipo/mongoose-kue

Account's avatar
lykmapipo/common
Helper utilities for day to day development
Account's avatar
lykmapipo/env
Helper utilities for accessing environment variables
Account's avatar
lykmapipo/kue-common
Re-usable helpers for kue.
Account's avatar
lykmapipo/mongoose-common
Re-usable helpers for mongoose
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
Automattic/kue
Feature rich priority job queue backed by redis
Account's avatar
lykmapipo/mongoose-test-helpers
mongoose test helpers
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
justmoon/node-extend
Port of jQuery.extend for node.js and the browser
Account's avatar
Marak/Faker.js
Generate massive amounts of fake contextual data
Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
pghalliday/grunt-mocha-test
A grunt task for running server side mocha tests
Account's avatar
handlebars-lang/handlebars.js
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
Automattic/mongoose
Mongoose MongoDB ODM
Account's avatar
shelljs/shelljs
Portable Unix shell commands for Node.js

Support the repos that depend on this repository

Top contributors

lykmapipo's profile
lykmapipo
166 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
lykmapipo

lykmapipo/mongoose-kue

mongoose plugin to run mongoose schema methods in background

JavaScript
2
0
MIT License

`mongoose‑kue` is a Mongoose plugin that lets you enqueue calls to model instance or static methods as background jobs using the **kue** queue system. It’s aimed at Node.js developers who need to off‑load costly Mongoose operations (e.g., sending emails or SMS) to a separate worker process for better scalability and reliability.