Basic P2P file transfer built with Node.js and Socket.io
- Quick file transfer from one device to another
- No need to install any software
- No need to create an account
- File rooms to share files with multiple people
- Data is not stored on the server
- Download the repository
- Run
npm install
to install dependencies - Run
node .
in the root directory to start the server
- Navigate to
http://localhost:3000/
in your browser. You can change the port inconfig.json
- Click
QuickDrop
to send a file to one device quickly orFile Room
to create a room to share files with multiple people - Select a file to send and click
Send
View a demo here
Este proyecto está disponible en español. Haga clic en "English" en la parte superior de la página y seleccione Español.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for more information.