0.0.6 • Published 2 years ago

peerly v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago