Skip to content

Cherokee vs SimpleHTTPServer

A side-by-side look at Cherokee and SimpleHTTPServer. For an in-depth review of either product, follow the links below.

Cherokee

Cherokee

Network & Admin

Cherokee is an open source, very fast, flexible and easy to configure web server. It supports the widespread technologies and protocols used nowadays: FastCGI, SCGI, PHP, HTTP/1.1, SSL/TLS, AJP13, WebSocket, IPv6, and others. It also features high availability, load balancing, powerful configuration system, and simple administration tools.

open-sourcefastflexibleeasy-to-configurefastcgiscgiphphttp11ssltlsajp13websocketipv6high-availabilityload-balancingpowerful-configurationsimple-administration
SimpleHTTPServer

SimpleHTTPServer

Development

SimpleHTTPServer, now known as http.server in Python 3, is a basic HTTP server module included in the Python standard library. It provides a simple way to serve static files from a directory, making it a convenient tool for quick file sharing or local development purposes.

httpserverfile-sharing