express-stream icon indicating copy to clipboard operation
express-stream copied to clipboard

Response streaming middleware for Express 4.

Results 2 express-stream issues
Sort by recently updated
recently updated
newest added

Have you checked with pug, I think there may be some problem when using res.end() and the response is not flushed with the last chunk, the browser hangs for a...

hey, I am getting this error `TypeError: res.close is not a function`. There is nothing much in code actually. ```js home: async function (req, res) { res.stream("head"); res.close(); }, ```...