Live data from Hacker News

Show HN: Multiplayer Browser VS Code

tym.so

1–3 of 3 posts

Show HN: Multiplayer Browser VS Code

#1
Hi 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

Show HN: Multiplayer Browser VS Code
tym.so

Re: Show HN: Multiplayer Browser VS Code

#3

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.