|
|
|
| Downloads: 303 |
Tell us about an update
|
 |
|
User Rating: Rated by: |
NOT RATED 0 user(s) |
|
|
|
BareBonesWebServer description
|
A very basic/minimal/experimental C++ web server
BareBonesWebServer will provide users with a very basic / minimal / experimental C++ web server.
BareBonesWebServer usage instructions: · Make sure port 80 is NOT busy · Run "./bin/BareBonesWebServer.exe" · Accept/allow any Windows Firewall prompts · Open a browser and go to: "http://localhost/: · Note that files are being served from "./webroot" Here are some key features of "BareBonesWebServer":
· Listens to port 80 by default
· Created with Visual C++ Express 2010
· Serves files from "webroot" folder adjacent to the executable's path
· ASCII encoding only; no Unicode or Multibyte support
· File-extension based mime-type detection only; supports html, htm, js, bmp, gif, jpeg, jpg, tif, tiff
· Mime-types tif and tiff are for Internet Explorer only
· Spawns a new thread for each request
· Supports GET requests only
· Runs as a console app
|
|