https://github.com/billmeyer/file-upload-server
https://github.com/billmeyer/file-upload-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/billmeyer/file-upload-server
- Owner: billmeyer
- Created: 2020-04-02T13:24:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:00:29.000Z (about 2 years ago)
- Last Synced: 2025-02-11T20:57:17.310Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Upload Server example
Provides a simple web server that has a file upload capability built in.
## Execution
To run, simply do:
```bash
$ npm run webserver
```