Excalidraw collaboration backend for Jitsi
Find a file
2024-06-06 09:01:58 +02:00
src Implement socket.io v4 2024-06-06 09:01:58 +02:00
.env.development Implement socket.io v4 2024-06-06 09:01:58 +02: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 Implement socket.io v4 2024-06-06 09:01:58 +02:00
LICENSE Add LICENSE 2022-09-15 10:28:05 +02:00
package-lock.json Implement socket.io v4 2024-06-06 09:01:58 +02:00
package.json Implement socket.io v4 2024-06-06 09:01:58 +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