Socket
Socket
Sign inDemoInstall

storage-based-queue

Package Overview
Dependencies
10
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    storage-based-queue

Simple client queue mechanism. Create it and run asynchronously with worker class in browser.


Version published
Weekly downloads
67
increased by59.52%
Maintainers
1
Install size
3.64 MB
Created
Weekly downloads
 

Readme

Source

npm version Build Status Coverage Status Dependency Status devDependencies Status Known Vulnerabilities

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

Keywords

FAQs

Last updated on 04 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc