livebook/lib/live_book_web
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
..
controllers Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
live Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
templates/layout Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00
views Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
endpoint.ex Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
router.ex Add module for managing multiple running sessions (#3) 2021-01-08 14:14:26 +01:00
telemetry.ex Initial commit 2021-01-07 20:56:24 +01:00