A simple sharedb server for managing collaborative remote edits of shared JSON documents.
This project requires Node 14+. I'm personally on Node 18. It's recommended to install Node 18 via nvm.
The project uses pnpm as its package manager. Install pnpm with:
npm i -g pnpmClone the project.
Install the project.
pnpm iStart the server.
pnpm start