/hidden.in

WebRTC signaling server.

Primary LanguageJavaScript

hidden.in title You can use it for Video communication and Screen share.

hidden.in useing

Node.js

git clone https://github.com/ukiuni/hidden.in
cd hidden.in && npm install && npm start

Application boot on 3000 with https. And you can specify bellow environment variable.

  • ${PORT} listening port
  • ${CERT} ssl certification
  • ${KEY} ssl private key
  • ${HTTP} If you specify true, application boot with http.

Docker

docker run ukiuni/hidden.in 

see more. https://hub.docker.com/r/ukiuni/hidden.in/

Blowser

Now test with chrome only.

Lisence

Apache 2.0