Không có mô tả

Josh Bicking e7c8b24254 add install and usage 8 năm trước cách đây
bin f76e4757b0 Add basic functionality 8 năm trước cách đây
public 3a91d0fff0 duplicate correct file 8 năm trước cách đây
routes 3a91d0fff0 duplicate correct file 8 năm trước cách đây
views 35f471f55f consolidate functionality, separate js 8 năm trước cách đây
.gitignore f76e4757b0 Add basic functionality 8 năm trước cách đây
README.md e7c8b24254 add install and usage 8 năm trước cách đây
app.js f76e4757b0 Add basic functionality 8 năm trước cách đây
package.json 35f471f55f consolidate functionality, separate js 8 năm trước cách đây

README.md

sendd

sendd allows for direct connections between clients to transfer files. It uses peer.js to assign each an ID, and connect them directly without the need for a file hosting server.

sendd also ships with peer-server, meaning it's completely separate from the peer.js main servers, and doesn't require an API key.

To install:

Install npm and nodejs
Run:
git clone https://github.com/Josh1147582/sendd
cd sendd
npm install
npm start

Or build and run the docker container at:
https://github.com/Josh1147582/sendd-docker

Usage:

Connect to the server (by default) at localhost:3000. Port 9000 must also be open for the peer server to communicate with clients.