https://github.com/howingyip/quickwebserver
Electron app (ouch!) that allows you to quickly serve static files. A C# replacement is planned, in the name of making it smaller.
https://github.com/howingyip/quickwebserver
Last synced: about 2 months ago
JSON representation
Electron app (ouch!) that allows you to quickly serve static files. A C# replacement is planned, in the name of making it smaller.
- Host: GitHub
- URL: https://github.com/howingyip/quickwebserver
- Owner: HoWingYip
- Created: 2019-10-22T04:32:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T17:30:06.000Z (over 5 years ago)
- Last Synced: 2025-02-02T09:13:50.383Z (4 months ago)
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickWebServer #
An electron app that just lets you serve static files from as many directories on your PC as you wish.
Many more features are planned for future releases such as
- start on startup
- remembering what directories you served previously
- UI overhaul
- actually reducing the app size!
- ***WRITING AN EQUIVALENT APP IN C# SO I DON'T DISTRIBUTE A 100 MB ZIP FILE...***
- possibly, PHP support (serving and running PHP files)