If you look past the headline, this is really cool technically as well. They implemented a general string-wise sequential CRDT library https://github.com/atom/teletype-crdt. I wonder what other cool projects one could hack together with this as a base.
If you look past the headline, this is really cool technically as well. They implemented a general string-wise sequential CRDT library https://github.com/atom/teletype-crdt. I wonder what other cool projects one could hack together with this as a base.
It appears to be based on protobufs, which is a really interesting binary messaging format: https://grpc.io/