StrongLoop | Practical Examples of the New Node.js Streams API


StrongLoop | Practical Examples of the New Node.js Streams API

Node brought a simplicity and beauty to streaming.  Streams are now a powerful way to build modules and applications.  Yet the original streams API had some problems.  So in Node v0.10, we saw the streams API change in order to fix the prior problems, extend the APIs to encapsulate more common use cases, and be simpler and easier to use

Related Posts