Excalidraw collaboration backend for Jitsi
Find a file
2023-01-31 12:49:39 +02:00
src increase max buffer size 2023-01-31 12:49:39 +02:00
.env.development Add base code 2022-09-13 12:01:11 +03:00
.eslintignore Add linter config 2022-09-15 10:22:22 +02:00
.gitignore increase logging (#7) 2022-11-29 11:03:38 +02:00
Dockerfile Added Dockerfile 2022-09-15 10:33:16 +02:00
LICENSE Add LICENSE 2022-09-15 10:28:05 +02:00
package-lock.json Use native addons for performance 2022-09-29 09:17:25 +02:00
package.json increase logging (#7) 2022-11-29 11:03:38 +02:00
README.md Add README 2022-09-15 10:32:09 +02:00
tsconfig.json Add base code 2022-09-13 12:01:11 +03:00

Jitsi Excalidraw backend

Simple Excalidraw collaboration backend based on excalidraw-room.

Building

npm install
npm run build

Development

npm run start:dev

Production

npm start