Source: node-fastcgi-stream Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Section: javascript Priority: optional Build-Depends: debhelper (>= 10), dh-buildinfo, nodejs Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/js-team/node-fastcgi-stream Vcs-Git: https://salsa.debian.org/js-team/node-fastcgi-stream.git Homepage: https://github.com/samcday/node-fastcgi-stream#readme Package: node-fastcgi-stream Architecture: all Depends: ${misc:Depends}, nodejs, node-bufferlist Description: Node.js module to read and write FastCGI records node-fastcgi-stream provides two main pieces, the FastCGIStream itself and the records that can be sent and received on it. . The FastCGIStream wraps an existing Stream to send/receive FCGI records on. 99% of the time this is going to be a net.Socket.