ShareDB is a realtime database backend for building collaborative applications. It allows clients to concurrently edit database documents while maintaining consistency. It synchronizes data between clients automatically and supports rich data types like JSON.
ShareDB is a realtime, collaborative database backend for web applications. It enables concurrency control and automatic data synchronization between clients. Some key features of ShareDB:
In summary, ShareDB takes away the difficulty of building realtime, collaborative apps by handling the data synchronization, concurrency and push updates to clients automatically behind a simple JSON database API.