# excalidraw-room **Repository Path**: bellcode/excalidraw-room ## Basic Information - **Project Name**: excalidraw-room - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```sh yarn ``` - run development server ```sh yarn start:dev ``` # Start with pm2 ``` pm2 start pm2.production.json ```