Jun 23

Super Simple Web Server

by Peter Jones / 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.


Tags: ruby webrick

0 Comments