Skip to content

QuietWeeper v1.2.2

Latest
Compare
Choose a tag to compare
@PlatinumVoyager PlatinumVoyager released this 02 Mar 19:50
· 10 commits to main since this release
1a7cbc9

QuietWeeper v1.2.2

A dynamic HTTP server written in C. QuietWeeper utilizes existing infrastructure to keep a small footprint upon execution. This is the public release build that is currently in "beta" mode. This release DOES not include ALL of the featuresets planned for the v2.0 release in the near future.

Features

  • Host a local/remote HTTP server with a relatively small footprint (1.25 MB)
  • Fast server side resource serving vs python3 -m http.server -b 127.0.0.1 -d . 8080
  • Easy to use GUI for quick static/dynamic site development
  • Requested file, HTTP request type and URI logging functionality
  • Much, much more...