1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: node-fastcgi
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <x.guimard@free.fr>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-fastcgi-stream <!nocheck>
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.
|