livebook/lib
Jonatan Kłosko 3e6a4adce2
Implement collaborative text editing (#10)
* Set up editor and client side delta handling

* Synchronize deltas on the server

* Document the client code, add more tests

* Implement delta on the server, use compact representation when transmitting changes

* Simplify transformation implementation and add documentation

* Add session and data tests

* Add more delta tests

* Clean up evaluator tests wait timeout
2021-01-21 13:11:45 +01:00
..
live_book Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
live_book_web Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
live_book.ex Initial commit 2021-01-07 20:56:24 +01:00
live_book_web.ex Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00