This project provides a simple file uploading server utilizing Node.js's TCP module for communication.
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
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.