
Surfer
Surfer is a Simple static file server. It comes with a commandline tool to upload files from your local folders and a webinterface to manage files directly on the server.
Surfer is a Simple static file server. It comes with a commandline tool to upload files from your local folders and a webinterface to manage files directly on the server.
Tornado is an open source version of the scalable, non-blocking web server. The framework is distinct from most mainstream web ...
Nanoweb is an HTTP server written in PHP, designed to be small, secure, and extensible.
TinyWeb is an extremely small (< 100K), simple (no configuration other than through the command line) and lightweight (cons ...
Ever wanted to set up a webserver so that you could have your friends check out a new page you're working on? Or maybe you'd j ...
Need to share some files with your colleagues or setup basic html website on your machine? It's very simple with Simple HTTP S ...
webfs is a simple HTTP server for mostly static content. You can use it to serve the content of a FTP server via HTTP for exam ...
python -m SimpleHTTPServer
python3 -m http.server 8000 Documentation for python3 version: https://docs.python.org/3/library/ht ...