# wtshare - WebTorrent Share You can share files from the browser with P2P technology ([WebTorrents](https://webtorrent.io/)) without installing anything, there is no size limit ![wtshare](capture.png) This project can be used with NodeJS only, but if you like you can use `docker` and `docker-compose` to deploy ## Configuration and Recommendations - If you want to use in production consider using it behind a proxy - You need to set some variables in the `public/js/main.js` file to work properly ## Build ```bash docker-compose build --no-cache ``` ## Run ```bash docker-compose up -d ``` ## License MIT