Package: wnpp Severity: wishlist Owner: Joseph Nahmias <[email protected]> Control: block 1137734 by -1 X-Debbugs-CC: [email protected], [email protected], Joseph Huckaby <[email protected]>
* Package name : node-pixl-json-stream Version : 1.0.9 Upstream Author : Joseph Huckaby <[email protected]> * URL : https://github.com/jhuckaby/pixl-json-stream * License : Expat Programming Lang: JavaScript Description : send and receive JSON records over standard streams This module provides a convenient way to send/receive complex data objects over streams (pipes and sockets). It does this by transparently serializing the data to JSON, and parsing it on the other side, emitting a json event to your code whenever it has a complete JSON message. . The library handles all buffering for you, and so it will only emit one json event for each completed JSON document, pre-parsed into a data object for your callback. And for sending data, you can pass it a complex object, which will be auto-serialized and streamed over the pipe or socket. . Node.js is an event-based server-side JavaScript engine. dep for cronicle i plan to maintain this under the js-team

