4.0.1 • Published 7 years ago

multihack-server v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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.