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 pnpm
Clone the project.
Install the project.
pnpm i
Start the server.
pnpm start