Skip to content

A small Node.js app designed for sharing files while on the same network. Especially useful when you are trying to get a file from a friend and their device has a single Type-C port used for charging.

License

Notifications You must be signed in to change notification settings

dlrdlabs/Node.js-LAN-File-Sharing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-LAN-File-Sharing

A small Node.js app designed for sharing files while on the same network. Especially useful when you are trying to get a file from a friend and their device has a single broken USB port.

Features

  • Easy to use Drag and Drop file upload.
  • Faster than uploading to a server then downloading since you are the server.
  • Works with large files (tested with >2gb).
  • Fast loading and opening due to light weight (no library) Javascript and customized bootstrap.

How to use

  1. Clone (or download as zip) this project from github
  2. Open terminal (or command line) in project's folder.
  3. First run npm install then node main.js.
  4. Project will display your LAN ip and port (8080 by default) in terminal once running.
  5. On another device in the LAN, go to the url:port.
  6. Drag & Drop any file in browser to transfer.

Project saves sent files in "files" folder. Also files in "files" folder can be downloaded from the browser.

PORT enviroment varible is used to change the port. e.g. export PORT=3030; node main.js

Screenshots

Imgur

Your LAN ip is shown in page in adition to console output. Files in "files" directory is also listed for download.

Imgur

Drag and Drop file upload. Achived without any javascript library.

TODO

I am planning to turn this project into a Electron app so people who are scared easly from terminals can use it as well. Also pause/resume, progress bar and uploading folders are posible improvements I might implement in the future.

About

A small Node.js app designed for sharing files while on the same network. Especially useful when you are trying to get a file from a friend and their device has a single Type-C port used for charging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.7%
  • JavaScript 38.1%
  • Shell 0.2%