Electron
Contents
electron-store
A simple data persistence solution for Electron apps, using minimal dependencies. It writes to config.json in app.getPath('userData').
If the renderer needs access to the store, try:
const win = new BrowserWindow({ enableRemoteModule: true })