u-queue-js
v0.0.11
Published
A 'micro' NoSql Database for use behind TLS. (under development)
Downloads
3
Maintainers
Readme
u-queue
A 'micro' Queue implementation in Js.
Prerequisites
- NodeJs / NPM
Installation
npm i --save 'u-queue'
Testing
From your application code.
const uQueue = require('u-queue')
const myQueue = uQueue()
console.log('myQueue --> ', myQueue)
Usage
This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.
Contributing
Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.
Authors
License
This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details
Acknowledgments
- Gayle Laakmann McDowell --- HackerRank YouTube