Bug#1141692: ITP: node-pixl-json-stream -- send and receive JSON records over standard streams

[email protected] Wed, 08 Jul 2026 20:24:26 +0000
Newsgroups gmane.linux.debian.devel.general
Message-ID <798800c7faadcc27bc5cb1c1efbdc288__13201.4819116861$1783542363$gmane$org@pesto.nahmias.net>
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