@syncstate/remote-server
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

[Work In Progress]

Note: Only basic APIs are ready. Core functionality hasn't been implemented.

SyncState Remote plugin has two parts @syncstate/remote-client and @syncstate/remote-server.

Remote plugin helps you implement multiplayer functionality for your app.

The client part provides you loading state for parts of your document which have been remote enabled. It applies optimistic updates in changes received from server and reverses them when needed.

The server part handles conflicting updates.

Installation

# Server 
yarn add @syncstate/remote-server

# Client
yarn add @syncstate/remote-client

Readme

Keywords

none

Package Sidebar

Install

npm i @syncstate/remote-server

Weekly Downloads

1

Version

0.7.0

License

MIT

Unpacked Size

40.5 kB

Total Files

17

Last publish

Collaborators

  • sanketsahu
  • himanshu-satija