Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.13 KB

multihack-vscode (WIP)

Coming soon...

Synchronizes code and project structure between multiple users in realtime.

Also check out the web version and the Brackets extension.

Usage

  1. Open the folder containing your project.
  2. Run the "Join or Leave Room" command.
  3. Enter the same room ID as your team, and an optional nickname.
  4. Your code is now being synced!

How It Works

Multihack is a cross-editor pair programming tool that currently supports a web editor, Brackets and now VSCode.

It uses a custom P2P protocol to ensure blazing fast speeds!

Voice Chat

Voice chat is not currently supported in the VSCode version, but it will be coming soon.

Running Your Own Instance

This extension points to the author's server by default. No code is sent through the server as long as both peers support WebRTC (which most do).

If you want your own instance, see multihack-server.

You can target a different host through the mulithack.hostname configuration option.