Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinkoc committed Feb 24, 2024
2 parents 5460428 + 4e6c28e commit 85a59bd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<img src="./src/assets/lgbanner.png" />

#
## Lightning P2P File Transfer Application

**This application enables peer-to-peer file transfer using the HTTP protocol. Developed with Node.js and Electron, it allows for fast file exchange between two computers.**

## Usage

- Launch the application; the automatically created "upload" folder will be visible.
- Paste the file or folder you want to share into the "upload" directory.
- The application displays your computer's IP address.
- On the computer you wish to receive the file, start the application and enter the shown IP address.
- Click the "Download" button to list files in the "upload" folder.
- Select the desired file and download it as a compressed archive.

# Installation
**Since this is a release version, there is no need for additional installations. Simply download and run the application.**

# Screenshots

<img src="./src/assets/empty.png" />

0 comments on commit 85a59bd

Please sign in to comment.