Hacker News new | ask | show | jobs
by tyingq 3541 days ago
Python via fastcgi, wscgi, etc, is the same pattern. Or mod_python inside Apache.
1 comments

  import cgi
Also, the httpd communicates to the CGI program via environment variables so one can also write their program in assembly.