New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

peerly

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peerly

Build peer to peer application with Node.js

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
7
-22.22%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

p2p

FAQs

Package last updated on 16 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts