Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/multihack/multihack-web
- Owner: multihack
- License: mit
- Created: 2016-10-02T10:27:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T20:04:02.000Z (over 6 years ago)
- Last Synced: 2024-08-08T01:56:00.302Z (6 months ago)
- Topics: editor, real-time, voice-chat, webrtc
- Language: JavaScript
- Homepage: https://multihack.github.io/multihack-web/
- Size: 23.8 MB
- Stars: 93
- Watchers: 10
- Forks: 18
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!