Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Realtime database backend based on Operational Transformation (OT)

License

NotificationsYou must be signed in to change notification settings

share/sharedb

Repository files navigation

NPM VersionTestCoverage Status

ShareDB is a realtime database backend based onOperational Transformation(OT) of JSONdocuments. It is the realtime backend for theDerbyJS web applicationframework.

For help, questions, discussion and announcements, join theShareJS mailinglist orread the documentation.

Please report any bugs you find to theissuetracker.

Features

  • Realtime synchronization of any JSON document
  • Concurrent multi-user collaboration
  • Synchronous editing API with asynchronous eventual consistency
  • Realtime query subscriptions
  • Simple integration with any database
  • Horizontally scalable with pub/sub integration
  • Projections to select desired fields from documents and operations
  • Middleware for implementing access control and custom extensions
  • Ideal for use in browsers or on the server
  • Offline change syncing upon reconnection
  • In-memory implementations of database and pub/sub for unit testing
  • Access to historic document versions
  • Realtime user presence syncing

Documentation

https://share.github.io/sharedb/

Examples

Counter

Leaderboard

Development

Documentation

The documentation is stored as Markdown files, but sometimes it can be useful to run these locally. The docs are served usingJekyll, and require Ruby >2.4.0 andBundler:

gem install jekyll bundler

The docs can be built locally and served with live reload:

npm run docs:installnpm run docs:start

About

Realtime database backend based on Operational Transformation (OT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp