An open API service indexing awesome lists of open source software.

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

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
```