Jun 23
Super Simple Web Server
/ June 23, 2006
I needed a simple web server to access HTML documentation remotely. I didn't want to fight with lighttpd or Apache, I just wanted to start a web server on a port and serve files from the current directory.
So, I give you ws my simple Ruby WEBrick based server.