On Wed, Mar 25, 2015 at 11:34 PM, Jan Lehnardt <[email protected]> wrote:
> They are separate goals, but it would be exceptionally hard to build
> a streaming protocol in couchjs. It very likely would require significant
> work in C/C++ (unless I’m missing something obvious). That’s why I
> think a new protocol and a new JS interpreter is going hand-in-hand.

In transport remains stdio, there is nothing need to do now. Since 1.3
release couchjs technically supports streaming (you can try to call
getRow() from view function to prove that), but protocol itself is
not. If you're going to provide socket-driven transport then yes, some
C++ hackery might be required.

--
,,,^..^,,,

Reply via email to