This is the mono-repository contains the Node.js
packages
used in my personal or work projects. You may found some of
them useful.
Here is the list of the packages,
@kakang/abstract-send
Allows serve file with different engine (e.g.fs
,s3
,MongoDB GridFS
).@kakang/crypto
Exposing cryptographic utilities. For example,AES
,Hash
,SCrpyt
.@kakang/eventemitter
Async Event-Emitter that will run the listener one by one.@kakang/unit
Wrapper ofnode:test
providesnode:assert
, test count and remove needs of sub-test await.@kakang/utils
Small utility tools.@kakang/validator
Validation and comparsion utilities.@kakang/worker-pool
Fixed sizeWorker
pool.