0.1.4 • Published 12 months ago

edin v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Abstract

Edin js is a small backend-agnostic realtime data synchronisation library for javascript.

It provides easy to implement API whitch can hook up to any backend in just a few lines of code. All you need to do is implement EdinBackend interface and create instance of EdinFactory with your backend implementation.

Bulletproof

Edin uses the most simple and robust method of fighting annoying desyncs - versioning. Each edin doc has a version attached to it whitch increments every time any update is made. If client recieves update that is not the next version it would just sync data with server.

TODO

  • P2P support
  • Version Control Support
  • Backend implementations for different languages
0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.28

10 years ago

0.0.27

10 years ago