Socket
Socket
Sign inDemoInstall

webrtc-signaling-server

Package Overview
Dependencies
26
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webrtc-signaling-server

Very Less code to install a signaling server, please visit technicalheist.com for more information


Version published
Weekly downloads
3
decreased by-25%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

WebRTC Signaling Server

  • A very simple signaling server for video conferencing, chat, group video chatm screen share or file sharing peer to peer.

requirements

  • Install node latest version
  • letsencrypt free certificate if available or cloudflare certificate (cert.pem, key.pem, bundle.pem)

Install through NPM

  • mkdir signaling-server && cd signaling-server
  • npm install webrtc-signaling-server
  • nano server.js
  • write the following code
  • const server = require('webrtc-signaling-server');
  • server.init();
  • ctrl + o, ctrl + x
  • node server.js
  • config file and certificate folder will generated automatically,
  • put your certificate on the folder and link it on config.json
  • now you can run node server.js --ssl

install through github clone

  • git clone https://github.com/technicalheist/webrtc-signaling-server.git
  • cd webrtc-signaling-server
  • node server.js
  • config file and certificate folder will generated automatically,
  • put your certificate on the folder and link it on config.json
  • now you can run node server.js --ssl

for help

  • type node server.js --help

Keywords

FAQs

Last updated on 04 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc