Comment on: [Node.js] how to write node programs with streams - substack
0 20 Jul 2015 03:47 u/zhong_j_yu in v/programmingComment on: [Node.js] how to write node programs with streams - substack
You mean the license? I don't know, just following the licensing of other similar projects:) What do you think?
Comment on: Don't give me an http response; I'll give you one
tl;dr - in a web/http framework, the response should be a "source", not a "sink". The response object is generated by the application, not the framework; the framework "pulls" information from the response object.
Don't give me an http response; I'll give you one
2 1 comment 17 Jul 2015 02:16 u/zhong_j_yu (..) in v/programmingComment on: [Node.js] how to write node programs with streams - substack
I think a better API is to design response body as a source, not as a sink. See my article Don't give me an http response; I'll give you one
Comment on: bayou.io - Async HTTP Server & Client for Java
I'm the author - ask me anything
yes. it's very easy to program intermediaries in bayou.io