A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
To install simple-web-server, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install simple-web-server
To see what files were installed by simple-web-server, run:
port contents simple-web-server
To later upgrade simple-web-server, run:
sudo port selfupdate && sudo port upgrade simple-web-server
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.