No description
| src | config | |
| package-lock.json | starting to design the system | |
| package.json | starting to design the system | |
| README.md | starting to design the system | |
| tsconfig.json | config | |
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.