Skip to content

Commit

Permalink
docs : add ideas and example
Browse files Browse the repository at this point in the history
  • Loading branch information
nuzulul committed Oct 20, 2024
1 parent ccc7b49 commit 3bfc75f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# webConnect.js
📶 Auto WebRTC Mesh P2P Network
📶 Auto WebRTC Mesh P2P Network without signaling server.

[![npm version](https://badge.fury.io/js/webconnect.svg)](https://www.npmjs.com/package/webconnect)

Expand All @@ -17,8 +17,23 @@ A direct browser to browser connection for static client side web application is

## Features

* ✅ Auto WebRTC mesh p2p connection
* ✅ Zero configuration for local network connection
* ✅ Auto WebRTC mesh p2p connection.
* ✅ No need setup signaling server.
* ✅ Zero configuration for local network connection.

## Ideas

- P2P Chat
- P2P File Transfer
- P2P Video Call
- P2P Media Streaming
- P2P Game
- P2P Screen Sharing
- P2P Camera

## Example

- [WIFIDrop](https://github.com/nuzulul/wifidrop) - Instant transfer unlimited size of files over WIFI powered by WebRTC.

## Installation

Expand Down
Binary file modified webconnectjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3bfc75f

Please sign in to comment.