This project allows you to transfer files over a local network using Node.js. The receiving computer runs a server, while the sending computer runs a client.
- Node.js installed on both sender and receiver computers
- Clone this repository to both the sender and receiver computers.
- Ensure that both computers are connected to the same local network.
- Navigate to the project directory.
- Install the necessary dependencies:
npm installRun the server script on the sender computer:
npm run serverRun the client script on the reciever computer:
npm run clientAdd file paths both on client and server for sending and receiving