Filesystem (fs) chunk store that is abstract-chunk-store compliant
Browse cluster: JavaScript Standard Style Linting →fs-chunk-store is a filesystem-based chunk store implementation for Node.js that complies with the abstract-chunk-store interface. Built in JavaScript and authored by Feross Aboukhadijeh, it allows developers to store and retrieve data chunks backed by either a single file or multiple files on disk. The library provides methods for putting and getting chunks, as well as closing and destroying the underlying file storage.