Skip to content

tuongkhang012/P2PFileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P2P FILE TRANSFERING PROJECT

Project setup

Install all necessary dependencies for server and client-vue.

cd client-vue
npm install
cd server
npm install

Run project

Run the project from the client-vue folder

cd client-vue
npm run dev --address=<YOUR-IP-ADDRESS>

Example:

npm run dev --address="192.168.1.1"

The client website is hosting at http://<YOUR-IP-ADDRESS>:8080.

The server is hosting at http://<YOUR-IP-ADDRESS>:3000.

To close it, use Ctrl+C in your cmd to terminate both process.

Notes

This can only be use in LAN networks. Larger files above 2GB have not proven to be efficiency.

About

A website that allow quick and small file transfer between computers in the same LAN network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors