peerly
v0.0.6
Published
Build peer to peer application with Node.js
Downloads
8
Readme
Peerly
Peerly allows you to build peer to peer applications with Node.js. It uses UDP hole punching to connect two peers together.
Installation
npm install peerly
Usage
import { Client } from 'peerly';
const client = new Client({
serverList: ['https://link-to-signaling-server'],
});
client.connect('UNIQUE-ID');
Read full documentation here https://jmax45.gitbook.io/peerly/
License
Distributed under the MIT License. See LICENSE
for more information.