multihack-server
v4.0.1
Published
The socket and signalling server for multihack.
Downloads
2
Readme
multihack-server
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
.