I need a simple web server to write a minimal web interface for the application. It should be something really different, like Webrick from the Ruby standard library or BaseHTTPServer from the Python standard library, just a way to save the server by listening to the port and respond to GET requests with a string.
thanks
source share