Skip to main content
SocketDB hero image

SocketDB

Easy to use data storage that syncs across browsers in realtime.

db.get('some').get('path').on(console.log);

db.get('some').set({ path: 'Hello World' });
// => Hello World

What this is​

SocketDB is an easy to use data storage that syncs across browsers in realtime and allows you to focus on your application without worrying about networking.

It features:

  • minimal network overhead: caches data and only syncs changes
  • batches changes to reduce transmitted data
  • automatically reconnects on connection lost
  • full typescript support