Hacker News new | ask | show | jobs
Show HN: Multiplayer Browser VS Code (tym.so)
3 points by behzadhaghgoo 1522 days ago
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

1 comments

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.