Home
Softono
ezshare

ezshare

Open source MIT TypeScript
18
Stars
7
Forks
4
Issues
1
Watchers
2 months
Last Commit

About ezshare

Share files from your browser using WebRTC

Platforms

Web Self-hosted

Languages

TypeScript

ezshare

Share files from your browser using WebRTC.

Demo on: https://ezshare.julienc.io/

Preview

Upload

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:

$ npm ci

Create a production build:

$ npm run build

Start the web application on port 3000:

$ npx serve -s dist/