https://github.com/julienc91/ezshare
Share files from your browser using WebRTC
https://github.com/julienc91/ezshare
file-sharing file-transfer file-upload hacktoberfest p2p peerjs webrtc
Last synced: about 2 months ago
JSON representation
Share files from your browser using WebRTC
- Host: GitHub
- URL: https://github.com/julienc91/ezshare
- Owner: julienc91
- License: mit
- Created: 2020-04-13T17:44:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T06:27:58.000Z (about 2 months ago)
- Last Synced: 2025-04-22T07:44:08.425Z (about 2 months ago)
- Topics: file-sharing, file-transfer, file-upload, hacktoberfest, p2p, peerjs, webrtc
- Language: TypeScript
- Homepage: https://ezshare.julienc.io/
- Size: 3.71 MB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ezshare
Share files from your browser using WebRTC.
Demo on: https://ezshare.julienc.io/
## Preview

## Quick Start
### With Docker
Using Docker:
```
$ docker run ghcr.io/julienc91/ezshare
```This will start two services, the web application on port 3000, and the PeerJS server on port 9000.
### Without Docker
Install dependencies:
```
$ yarn
```Create a production build:
```
$ yarn build
```Start the web application on port 3000:
```
$ yarn serve -s dist/
```