Node.JS Web server with CGI support (open source)

Is Node.JS open source web server available that has CGI support?

+5
source share
2 answers

There is a node-cgi module (found through the npm registry), which is supposed to be actively supported.

+5
source

If you are looking for a CGI module to run node.js under web servers like Apache or IIS, then cgi-node will let you do this.

Apache: .htaccess -, *.jscirpt, node.js cgi- node. - :

Action cgi-node /cgi-bin/cgi-node.js 
AddHandler cgi-node .jscript

cgi- node.js script, - cgi-node.org cgi-bin.

CGI- node node.js , PHP -.

, : cgi-node.org

+1

All Articles