Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/multihack/multihack-web

Realtime collaboration for programmers. (Web Version)
https://github.com/multihack/multihack-web

editor real-time voice-chat webrtc

Last synced: 2 months ago
JSON representation

Realtime collaboration for programmers. (Web Version)

Awesome Lists containing this project

README

        




MultiHack





Real-Time Editor and Voice Chat.

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/multihack/multihack)
![Alpha](https://img.shields.io/badge/status-alpha-green.svg?style=flat)

Compatible with multihack-brackets!

Tired of struggling to set up remote collaboration with your team? Try multihack

**Still in active development. Expect instability and constant updates.**

## Usage:

1. Upload your project as a ZIP to https://multihack.github.io/multihack-web/, or use multihack-brackets.

2. Decide on a secret room ID, and have everyone enter it.

3. VOILA! Your project is now being synchronized in real time!

### Collaborate in Real Time

Code is synchronized in real time between everyone on your team.

### Integrated Voice Chat

Join a secure group call in one click with WebRTC.

### Syntax Highlighting

Syntax highlighting for all web languages is supported. Adding new languages is as easy as adding a CSS file.

Autocompletion for Javscript and CSS!

### Export Your Project

Save your project as a ZIP archive and use it in your favourite native IDE.

## Run Your Own Instance

To run your own instance, see [multihack-server](https://github.com/t-mullen/multihack-server).

## Introducting Version 4.0!

- Multihack now uses a [Conflict-Free Replicated Data Type](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) to merge conflicts and ensure everyone is always looking at the same code. Thanks @kifhan for assistance with this!

- You can now see your team's carets, and the notifications are less instrusive. Thanks to @Worie!