FastCGI support
v8cgi does not ship with a FastCGI library, so no FCGI methods (such as FCGI_Accept()) can be exposed to user-land scripts. Instead, the whole v8cgi binary can act as a FCGI server (when compiled with fcgi=1). This allows for other means of communicating with a webserver, along with (plain old) CGI or Apache module approaches.
That's quite an important addition. Perhaps, you could provide a Windows binary download for v8cgi compiled with fcgi=1, too? I suppose, this may get quite popular, tho. Thank you.
If I remember correctly, I was unable to successfully compile v8cgi with fcgi support under my MinGW configuration. I may try again...
Hey Ondrej! Thanks for trying that for me! Have you had any luck with it?
I am currently stuck with linking to the fastcgi library on MinGW. If you are skilled with MinGW and .a/.lib import libraries, maybe you can provide some assistance...
Unfortunately, my C/C++ skills are limited to reading, so I won't be of any use for you on this =( But I'll keep this page bookmarked in case you'll someday have enough time and wish to add full FastCGI support to this great project. Thank you.