@operational-transformation/state-machine

v0.1.0
State machine to manage Consistency of Operations across multiple clients.

@operational-transformation/state-machine

State Machine implementation to Synchronise changes among multiple clients.

Usage

import { ITransitionHandler, StateMachine } from "@operational-transformation/state-machine";

const handler: ITransitionHandler = ...;

const stateMachine = new StateMachine(handler);

Note: API Guidelines will be provided with the package.

npm i @operational-transformation/[email protected]

Metadata

  • MIT
  • Whatever
  • Progyan Bhattacharya
  • released 8/30/2021

Downloads

Maintainers