FastCGI library for C#/Mono

fastcgimono

I'd like to write a couple of fastcgi applications in c#.

I know that Mono can run ASP.NET on fastcgi enabled web servers, but that is not what I need.

Is there any FastCGI library working for .NET/Mono?

Best Answer

Its not fully functional/released yet but I am working on something that might interest you:

http://github.com/jacksonh/mango/blob/master/docs/tutorial/page-1.md

Related Question