fast, efficient, small and easy to configure web server
Monkey is a Web server written in C. This is an open source project based on the HTTP/1.1 protocol. The objective is to develop a fast, efficient, small and easy to configure web server.
Monkey is a Web server written in C. This is an open source project based on the HTTP/1.1 protocol. The objective is to develop a fast, efficient, small and easy to configure web server.
To install monkeyd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install monkeyd
To see what files were installed by monkeyd, run:
port contents monkeyd
To later upgrade monkeyd, run:
sudo port selfupdate && sudo port upgrade monkeyd
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.