Skip to content

Sangyog10/File-Uploader-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Based-File-Uploading-Server

This project provides a simple file uploading server utilizing Node.js's TCP module for communication.

Run Locally

You can only use terminal for running server and client.

To start the server:

node server.js

To start the client and upload the file, use the following command and make sure you inlclude the correct filepath of the file.

node client.js filepath

Features

You can use your router's ip address to upload a file from different device if connected to the same router.

For that ,change the host in server.js and client.js to your router's ip address.

About

Simple file uploader built using TCP module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published