jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://oboejs.com
Other
4.77k stars 209 forks source link

do not set Content-Length header #212

Closed nmschulte closed 1 year ago

nmschulte commented 4 years ago

Because #146 is still open and #181 went nowhere.

Run-time detection of Node.js vs browser use is really what is needed here, but oboe.js does not appear to do this anywhere else in the code. There is an apparently stagnant src/streamingHttp.browser vs src/streamingHttp.node.js paradigm, but this is only leveraged in tests. As well, there is a separate Webpack build process for the two, but this seems only to differ in the post-processing (minification), modularity (ES6 vs UMD/AMD/CJS/...) and naming of the files.

nmschulte-aviture commented 3 years ago

@jimhigson @JuanCaicedo @Aigeec who's maintaining oboe.js? What's it take to get this/other branches reviewed, merged, published?

JuanCaicedo commented 3 years ago

@nmschulte I'm not actively maintaining Oboe 😀 I don't think Jim is either, not sure about Aodhagán