peerly
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i peerly

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

40.9 kB

Total Files

25

Last publish

Collaborators

  • jmax45