Vaultrice - Real-Time State Management Platform
Real-Time State Management. Without the Backend Hassle.Vaultrice is a globally distributed key-value store with a familiar API, built for real-time collaboration. Stop wiring together databases and WebSocket servers — get a complete solution in one simple, powerful package.🚀Low Latency🌍Global Edge Network⚡Real-time Syncimport { NonLocalStorage } from '@vaultrice/sdk';
const nls = new NonLocalStorage(credentials, 'shared-object-id');
// Set a value from one client...
await nls.setItem('hello', ...
Read more at vaultrice.com