excalidraw-room icon indicating copy to clipboard operation
excalidraw-room copied to clipboard

Results 25 excalidraw-room issues
Sort by recently updated
recently updated
newest added

Hello, I want to setup a self hosted environnement using the 2 containers: excalidraw and excalidraw-room There is no documentation on how to connect / link the client to the...

While messing around with a simple Real-Time app, I encountered the following issue: ### Issue Summary: When the socket receives the `disconnecting` event, it fails to properly notify the associated...

## Expected Behavior Running `pm2 start pm2.production.json` starts `excalidraw-room`. ## Observed Behavior `excalidraw-room` fails to start. ``` [PM2][WARN] Applications excalidraw-collab not running, starting... [PM2][ERROR] Error: Script not found: /home/user/Desktop/excalidraw-room/dist/index.js ```...

I looked at the codebase, two repo uses two different server, excalidraw talks to 3000 and this opens socket at 3002. How to make the excalidraw from 3000 to talk...

The collab server side of excalidraw/excalidraw#6990. `BASE_PATH` takes a string path such as `/excalidraw` and appends `/socket.io/` and is passed to SocketIO in the path variable when set. Otherwise the...

### Overview This pull request introduces the implementation of a Redis IO Adapter in the Excalidraw collaboration server. The primary goal is to enhance the server's scalability and real-time collaboration...

This small PR fixes the loop in the `disconnecting` handler that caused the proper message wasn't emitted when the client disconnected and increases the transpile target to be able to...

https://socket.io/docs/using-multiple-nodes/ Right now, the websocket server only uses one node. As the app grows in users we will reach a point where this is no longer sustainable, so we'll need...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 18.11.18. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.14.31&new-version=18.11.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies