mirror of
https://github.com/excalidraw/excalidraw-room.git
synced 2025-12-10 10:48:12 +08:00
No description
https://portal.excalidraw.com
|
|
||
|---|---|---|
| .github | ||
| public | ||
| src | ||
| .env.development | ||
| .eslintrc.json | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| pm2.json | ||
| pm2.production.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Example of excalidraw collaboration server
Collaboration server for Excalidraw
If you need to use cluster mode with pm2. Checkout: https://socket.io/docs/v4/pm2/
If you are not familiar with pm2: https://pm2.keymetrics.io/docs/usage/quick-start/
Development
-
install
yarn -
run development server
yarn start:dev
Start with pm2
pm2 start pm2.production.json