node-stream-playground icon indicating copy to clipboard operation
node-stream-playground copied to clipboard

Explore Node.js streams with an interactive playground.

Results 6 node-stream-playground issues
Sort by recently updated
recently updated
newest added

The domain [nodestreams.com](http://nodestreams.com) seems to have been registered by another user. Any chance to see it online somewhere else? Cheers :)

fatal error: too many errors emitted, stopping now [-ferror-limit=]

![node_stream_error](https://cloud.githubusercontent.com/assets/4617475/5490626/cdce1e74-86a0-11e4-8c8c-762e5492dcde.png) Able to click dropdown of "hidden" boxes

Hello. I've read "event-stream" module internally uses Node's v0.8 streams design and its author hasn't any plan to update it to Node's v0.10 streams design. Do you know another module...

How to repeat var fs = require("fs"); var JSONStream = require("JSONStream"); var es = require("event-stream"); var request = require("request"); // Read File fs.createReadStream("input/people.json") // Turn Into JSON Array String .pipe(JSONStream.stringify())...

Would be great if the ability to generate a URL hash that could be shared among other developers was implemented. I'm thinking in the same way you can with JSFiddle,...