v8cgi & nginx

I just followed this tutorial to set up v8cgi with nginx.  v8cgi provides CGI for JavaScript, including “IO, GD, MySQL, Sockets, Templating, FastCGI and Apache module”, and it is based on Google’s v8 JavaScript engine.  nginx is an HTTP server that is growing in popularity and performs better than apache on many benchmarks.  It was easy to set up, I recommend you give it a try if you have 15 minutes and an interest in server-side JavaScript.  Screenshot forthcoming.