Skip to content

JMax45/peerly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Build peer to peer applications with Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published