Show HN: Multiplayer Browser VS Code
tym.soHi HN Community,
We made a VS Code in the browser that can connect to any computer and lets you code together.
- It can connect to any mac / linux device (your local computer or GCP / AWS / ...) - It supports extensions on Open VSX store. - You can edit together like google docs and also jump on voice calls and share your screen. - It uses webRTC for all communications. So none of your code goes through our servers.
You can try it at https://tym.so/signup?inviteCode=friend_of_tym
and here is a demo: https://www.youtube.com/watch?v=nG8xDXN2djg Seems quite useful.. can all participants compile and run debuggers independently? I am assuming that must be problematic to implement Right now everyone runs and compiles on the same computer. Basically the browser editor connects to that computer and lets you run vscode.