Home
Softono

Ezshare

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

 About Ezshare

Share files from your browser using WebRTC

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Ezshare?

We provide expert installation service for this software. Our team will install, configure, and secure Ezshare on your server. plans start at just $30.

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/