Skip to content

mechatron94/zjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

295 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zjs

CRDT like yjs, but faster for game engine usage.

Benefits

  • Small memory footprint
  • Fast conflict resolution based on single clock, resolution priority, and binary history buffer
  • Supports binary data (typed arrays)

Restrictions

  • Only SFU supported
  • Can only push one element at a time
  • Cannot move elements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%