noise-p2p

1.0.0 • Public • Published

noise-p2p

Just an experiment

Usage

var { Server, Client } = require('noise-p2p')
 

Examples

To run the examples, populate the following environment variables:

TOPIC=        # 32 bytes = 64 hex chars
SERVER_KEY=   # server public key
CLIENT_KEYS=  # comma separated list of client public keys

# Keypairs; you can generate these with `node example/keygen`
SERVER_PUBLIC_KEY=
SERVER_SECRET_KEY=

CLIENT_PUBLIC_KEY=
CLIENT_SECRET_KEY=

API

``

Install

npm install noise-p2p

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i noise-p2p

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

14.9 kB

Total Files

10

Last publish

Collaborators

  • emilbayes