I briefly toyed around with Kcgi when I was setting up a neat little Libravatar[0] implementation[1] I found.<p>[0]: <a href="https://www.libravatar.org/" rel="nofollow">https://www.libravatar.org/</a><p>[1]: <a href="https://github.com/tleguern/libravatar.cgi" rel="nofollow">https://github.com/tleguern/libravatar.cgi</a><p>I eventually dropped that implementation in favor of a pure static implementation in pure Nginx, but it was less unpleasant to work with than other (Fast)CGI libraries I've tried.<p>It goes well with the rest of the BCHS stack[2] of OpenBSD, C, OpenBSD httpd, and Sqlite. Some say that BCHS is impractical due to an aversion of writing C for server-side applications, but I find it perfectly adequate for tiny CGI programs that don't need a big framework.<p>[2]: <a href="https://learnbchs.org/" rel="nofollow">https://learnbchs.org/</a>