Skip to content

Server side companion for SyncState remote-client plugin

License

Notifications You must be signed in to change notification settings

syncstate/remote-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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

About

Server side companion for SyncState remote-client plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published