/key

Primary LanguageJavaScript

WebRTC based peer-to-peer key exchange

Mastering key vault is a nightmare.

Install

  1. clone the git git clone ....

Launch server

  1. go into key folder
  2. Create an ICE_SERVERS env variable containing stun/turn servers
  3. Start server node app.js

it will listen on your local ip / localhost at 3000 port

How to use

  1. Open two instances of your favorite webbrowser and browse to your_ip:3000.

Normally data peer to peer connection should be establish.

Notes