Automate code & data workflows with interactive Elixir notebooks
Go to file
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
assets Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
config Add LiveView 2021-01-07 21:16:54 +01:00
lib Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
test Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
.formatter.exs Initial commit 2021-01-07 20:56:24 +01:00
.gitignore Initial commit 2021-01-07 20:56:24 +01:00
mix.exs Add LiveView 2021-01-07 21:16:54 +01:00
mix.lock Add LiveView 2021-01-07 21:16:54 +01:00
README.md Initial commit 2021-01-07 20:56:24 +01:00

LiveBook

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more