Skip to content

npm package for instantly connecting users in a global p2p network using WebRTC right from the browser

Notifications You must be signed in to change notification settings

udaybansal19/ConnectUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[email protected]/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.

About

npm package for instantly connecting users in a global p2p network using WebRTC right from the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published