Skip to content
generated from xutyxd/ts-boilerplate

A server to try to work as signaling/dns for peer connections

Notifications You must be signed in to change notification settings

xutyxd/peer-dns

Repository files navigation

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

About

A server to try to work as signaling/dns for peer connections

Resources

Stars

Watchers

Forks

Packages

No packages published