This package has been deprecated

Author message:

This package has been deprecated in-favour of @otjs/state-machine

@operational-transformation/state-machine
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @operational-transformation/state-machine

Weekly Downloads

469

Version

0.1.1

License

MIT

Unpacked Size

41.3 kB

Total Files

6

Last publish

Collaborators

  • bprogyan