node-fastcgi

FastCGI server for Node.js
  https://github.com/fbbdev/node-fastcgi
  0
  no reviews



Node-fastcgi is a drop-in replacement for node's standard http module (server only). Code written for a http server should work without changes with FastCGI. It can be used to build FastCGI applications or to convert existing node applications to FastCGI.

This implementation is fully compliant with the FastCGI 1.0 Specification.