FSOS

JSON →
library 1.1.6 ·javascript
verified Jun 7, 2026

A file system object storage library for Node.js (v1.1.6, stable). Provides a simplified Promise-based interface for common object storage operations (set, get, delete) by treating keys as file paths and automatically creating directories. The library aims to stay close to the file system while ensuring consistency across crashes and multiple processes. It supports values as strings, Buffers, or JSON-serializable objects. Differentiators: minimal API, no external dependencies, and a focus on crash consistency over raw speed. Suitable for small-scale local storage needs.