Node.js Design Patterns Quotes

Rate this book
Clear rating
Node.js Design Patterns: Master a series of patterns and techniques to create modular, scalable, and efficient applications Node.js Design Patterns: Master a series of patterns and techniques to create modular, scalable, and efficient applications by Mario Casciaro
343 ratings, 4.40 average rating, 41 reviews
Open Preview
Node.js Design Patterns Quotes Showing 1-1 of 1
“The problem is that if we want to pass a large number of streams, such as from files on the filesystem, we would likely get an EMFILE, too many open files error. This is because functions like createReadStream() from the fs module will actually open a file descriptor every time a new stream is created, even before you start to read from those streams.”
Mario Casciaro, Node.js Design Patterns: Design and Implement Production-Grade Node.js Applications Using Proven Patterns and Techniques