https://github.com/moshfeu/local-serve
Serve your localhost to the local network, allow to get or upload files
https://github.com/moshfeu/local-serve
localhost network nodejs upload
Last synced: about 1 year ago
JSON representation
Serve your localhost to the local network, allow to get or upload files
- Host: GitHub
- URL: https://github.com/moshfeu/local-serve
- Owner: moshfeu
- Created: 2019-10-20T14:56:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T13:03:46.000Z (over 6 years ago)
- Last Synced: 2025-03-26T05:46:44.571Z (about 1 year ago)
- Topics: localhost, network, nodejs, upload
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## local-serve
Run a nodejs server that exposed to everyone in the network.
The use case is to transfer files from another device to this one.
Also, it uses [`serve`](https://github.com/zeit/serve) to serve the files folder to the network
## How to run?
By default, the files will stored in a _files_ folder.
```
yarn
yarn start
```