Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 601 Bytes

Peer DNS NPM Downloads

Another socket server for signaling peers

Description

Server that listen 4 events on sockets.

  • Query: Event to join peer in a room
  • Link: Event to request offers and answer them
  • Candidates: Event to export/import candidates
  • Exit: To leave from a room

Env vars

  • HOST: Variable to know the host of the server to perform a fetch to mantaine alive the server on free instances
  • INTERVAL: Variable to set the ellapsed time between fetch's. Default 600000 (10 minutes)

Installation

npm install peer-dns