Skip to content

Web application in Node.js to share files with devices on local network.

Notifications You must be signed in to change notification settings

ItzzMeGrrr/File-Sharing-With-Node-And-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing with Node.js and Express

This is a simple file sharing application built with Node.js and Express. It allows users to upload files and share them with others. It also allows users to download files that have been shared with them.

Installation

  1. Clone the repository
  2. Run npm install or yarn install to install the dependencies
  3. Run npm start or yarn start to start the server
  4. If you want to run app in a specific directory the run npm start <path> or yarn start <path>. It will list files in the given directory to reciever.

Usage

Once you run the application, you will get all the URLs the app is listening to.

While app is running you can press the number in front of the URL to get QR code or navigate to a URL in your browser.

To send file just select the file and click on send button. You can select multiple files at a time. To download file just click on the file name.

Image

Demo PC UI:

Demo PC UI

Demo QR:

Demo QR

Demo Mobile:

Demo PC

About

Web application in Node.js to share files with devices on local network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published