1
0
Fork
You've already forked openbook
0
No description
  • TypeScript 100%
Find a file
2022年09月24日 08:21:08 +01:00
src config 2022年09月24日 08:21:08 +01:00
package-lock.json starting to design the system 2022年09月22日 19:09:41 +01:00
package.json starting to design the system 2022年09月22日 19:09:41 +01:00
README.md starting to design the system 2022年09月22日 19:09:41 +01:00
tsconfig.json config 2022年09月24日 08:21:08 +01:00

openbook

The idea is to create a library to learn CRDT. In order to make this fun, this library will allow users to quickly create a new Notebook-like (e.g. Jupyter) system where people can type into "cells" and execute it. The execution can be anything that the user defines as a callback while setting up the system. It can for example send the data to a server to be evaluated or it can be send to a evaluator running on WebAssembly.