Get the latest tech news
Remember FastCGI? (2021)
a moderately technical blog
In order to test out my little FastCGI server I spun up nginx in Docker which required a little bit of configuration in the nginx.conf: Unlike the FastCGI version, I can hit this directly when testing and do not require a local web server. If you find yourself with a scripted language where processing HTTP requests might be too slow or unsafe, I can still see some utility for FastCGI.
Or read this on Hacker News