Data storage in Node.js

Using Protocol Buffers with Node.js applications

(Mon Aug 22 2022 00:00:00 GMT+0300 (Eastern European Summer Time)) Protocol Buffers is a Google-developed toolchain for binary encoding of data and objects that works between programming languages. It is the basis of gRPC, a cross-language remote procedure call system, but can be used separately.

Serverless MongoDB, using ForerunnerDB to store local data in a Node.js application

(Thu Apr 15 2021 00:00:00 GMT+0300 (Eastern European Summer Time)) ForerunnerDB is a JavaScript library for storing data using a MongoDB-like API. It runs in both the browser and server-side in Node.js, and requires no setup of any server making it convenient for inline database functionality. It supports persisting data either to browser local storage, or the Node.js supports persisting data to a directory containing JSON objects.