All Projects → multihack → multihack-server

multihack / multihack-server

Licence: MIT license
Realtime collaboration for programmers. (Server)

Programming Languages

javascript
184084 projects - #8 most used programming language

multihack-server

Standard - JavaScript Style Guide

Supercharge your IDE with realtime collaboration features! (Server)

Installation

git clone --recursive https://github.com/RationalCoding/multihack-server/
cd multihack-server
npm install
node app.js

It provides signaling for the P2P connections, as well as a forwarding proxy for those without WebRTC support.

  • The server automatically provides multihack-web.

  • To point multihack-brackets at your custom server, change the Brackets preference "multihack-brackets.hostname"

  • To point multihack-vscode, set the "multihack.hostname" workspace config option.

NOTE: Hostnames must have a protocol, port and no path. ie) https://localhost:8000 or http://localhost:8000.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].