Software that allows you to share any type of file on your local network.
*Note: node.js must be installed on your machine.
Clone the project:
git clone [email protected]:tarunregmi/share.lc.gitModify share directory path at /backend/index.js:
const dataRoot = "path/to/your/shared/folder";// example:
const dataRoot = = "D:\projects";Connect your devices (both sender and receiver) to same network (wifi, hotspot, etc).
Then run:
npm run thisIf everything is correct so far you should see something like the following on your terminal:
> [email protected] this
> node ./backend/index.js
You can now view share.lc in the browser
Local: http://localhost:8080
On Your Network: http://192.168.1.654:8080Now you can access your shared folder from receiver device's browser using IP address at On your network. In my case it is http://192.168.1.654:8080