excalidraw/excalidraw-room
2024-12-27 18:54:44 +03:00
..
.github No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
public No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
src No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
.env.development No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
.eslintrc.json No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
.gitignore No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
Dockerfile No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
LICENSE No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
package.json No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
pm2.json No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
pm2.production.json No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
README.md No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
tsconfig.json No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00
yarn.lock No changes detected in the current diff; no updates made to the project files. 2024-12-27 18:54:44 +03:00

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