Source: node-fastcgi Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Yadd Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-fastcgi-stream Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-fastcgi Vcs-Git: https://salsa.debian.org/js-team/node-fastcgi.git Homepage: https://github.com/fbbdev/node-fastcgi Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-fastcgi Architecture: all Depends: ${misc:Depends} , node-fastcgi-stream Provides: node-node-fastcgi Description: FastCGI server for Node.js 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.