Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Network File Transfer using Node.js

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.

Requirements

  • Node.js installed on both sender and receiver computers

Setup

  1. Clone this repository to both the sender and receiver computers.
  2. Ensure that both computers are connected to the same local network.

Instructions

On the Receiving Computer

  1. Navigate to the project directory.
  2. Install the necessary dependencies:
npm install

Run the server script on the sender computer:

npm run server

Run the client script on the reciever computer:

npm run client

Add file paths both on client and server for sending and receiving

About

Share data in local network using node

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages