Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhznjns/file-share-server
A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).
https://github.com/bhznjns/file-share-server
Last synced: 7 days ago
JSON representation
A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).
- Host: GitHub
- URL: https://github.com/bhznjns/file-share-server
- Owner: BHznJNs
- License: gpl-3.0
- Created: 2022-08-14T13:53:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T07:22:43.000Z (over 2 years ago)
- Last Synced: 2023-03-11T07:22:54.529Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-share-server
A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).
## Dependence
[node.js](https://nodejs.org/en/) >= 14.x & A Modern Browser.
## Install
```sh
git clone https://github.com/BHznJNs/file-share-server.gitcd file-share-server
npm i
```## Launch
```sh
npm start
# or
npm run start
```