Persistent Queue For Browsers
Storage based queue processing mechanism. Today, many backend technology is a simple derivative of the queuing systems used in the browser environment.
You can run jobs over the channels as asynchronous that saved regularly.
This library just a solution method for some use cases. Today, there are different technologies that fulfill the similar process.
Installation
$ npm install storage-based-queue --save
import:
import Queue from 'storage-based-queue';
Documentaion
Click for detailed documentation
Tests
$ npm test
License
MIT license