2.0.3 • Published 8 months ago

connectus v2.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 months ago

ConnectUs

npm

ConnectUs lets you create a p2p network directly from your browser using WebRTC to share Audio/Video stream or raw data using the WebRTC DataChannel API. You can configure the type of p2p network to create in your project or use the default server to connect to the main network.

Getting Started

Install using Node.js

npm install connectus

OR

Embed the bundled file in your html using

<script src="https://cdn.jsdelivr.net/npm/connectus@1.0.0/index.min.js"></script>

Embedding this package will instantly connect the user instance to the global p2p network and will let you stream audio/video or data to peers.

2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0-beta.1

4 years ago

2.0.0

4 years ago

2.0.0-beta.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago