This is the third video in my series on the web server. In this video we are going to add some dynamic functionality to our website using a NodeJS script and Common Gateway Interface (CGI).
The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. It is the simplest, ...
The documentation that comes with the CGI.pm module is good. It has a basic example of a working script, as well as examples and clear explanations for all of the functions it provides.