node-fastcgi icon indicating copy to clipboard operation
node-fastcgi copied to clipboard

Create FastCGI applications with node.js

Results 3 node-fastcgi issues
Sort by recently updated
recently updated
newest added

The original package was written for Node v0.10/0.12, hence the code is needlessly verbose by today's standards. Should we also migrate to ES modules? It is probably better to keep...

enhancement

The http module's server constructor and `createServer` methods may optionally take as first argument an object with stream and socket options. node-fastcgi's constructor takes options as the last argument and...

enhancement
breaking-change

On windows (especially with Microsoft IIS) the FastCGI socket is still passed as the stdin handle, but the handle is not 0 (like on POSIX systems). It can be obtained...

enhancement