https://github.com/hellodword/midserve
https://github.com/hellodword/midserve
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellodword/midserve
- Owner: hellodword
- License: mit
- Created: 2021-03-03T11:47:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T04:50:32.000Z (over 4 years ago)
- Last Synced: 2025-03-15T01:52:08.532Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midserve - a CLI tool to serve files and dirs over HTTP/s
[](https://github.com/hellodword/midserve/blob/main/LICENSE)
**For when you really just want to serve some files over HTTP/s right now!**
**midserve** is a ~~small~~ (not that small), self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP/s.
Inspired by [miniserve](https://github.com/svenstaro/miniserve).
## What do I need?
- [ ] `min-size`: Because it is go, so I will try to keep go.mod clean, at least not use any stuff that will make the binary much larger.
- [ ] `HTTPS support`
- [ ] [`Exclude or Include`](https://github.com/svenstaro/miniserve/issues/458)
- [ ] [`Regexp support`](https://github.com/svenstaro/miniserve/issues/458)
- [ ] `QR code support`
- [ ] `auth`