Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 294 Bytes

File metadata and controls

8 lines (5 loc) · 294 Bytes

crdt-ruby

Simple Ruby implementation of Convergent Replicated Data Types (CRDT)

Inspired by SoundCloud's StrangeLoop 2014 talk, this is a small collection of CRDT implementations, using Ruby.

See https://github.com/soundcloud/roshi for more.