cyclon.p2p-rtc-comms

1.1.1 • Public • Published

cyclon.p2p-rtc-comms

Build Status Dependencies

A WebRTC implementation of the cyclon.p2p Comms and Bootstrap interfaces.

This project implements the cyclon.p2p Comms and Bootstrap interfaces using cyclon.p2p-rtc-client. For more information about the Comms and Bootstrap interfaces, see cyclon.p2p.

How to use

First install cyclon.p2p-rtc-comms and cyclon.p2p as runtime dependencies using npm

npm install cyclon.p2p-rtc-comms --save
npm install cyclon.p2p --save

Create a Comms and Bootstrap instance using the builder provided, e.g.

const {commsAndBootstrapBuilder} = require('cyclon.p2p-rtc-comms');
const {builder} = require('cyclon.p2p');
 
const { comms, bootstrap } = commsAndBootstrapBuilder().build();
const cyclonNode = builder(comms, bootstrap).build();
cyclonNode.start();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.12latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.12
1.1.024
1.0.00
0.1.320
0.1.310
0.1.300
0.1.290
0.1.280
0.1.270
0.1.260
0.1.250
0.1.240
0.1.230
0.1.220
0.1.210
0.1.200
0.1.190
0.1.180
0.1.170
0.1.160
0.1.150
0.1.140
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i cyclon.p2p-rtc-comms

Weekly Downloads

26

Version

1.1.1

License

MIT

Unpacked Size

111 kB

Total Files

41

Last publish

Collaborators

  • nicktee