JSGI/StreamExtension/vote

From CommonJS Spec Wiki
Jump to: navigation, search

Options for Asyncing up the response

  1. forEach() that returns a promise which is resolved when it's done
  2. response.body is a stream (and we'll talk about what that is, exactly)
  3. Async responses don't belong in the spec. Just use threads.
  4. Something else entirely

Please add your name here, with your vote for 1, 2, 3, or 4.

request.input --> request.body

Please add your name here with either "yes" or "no" for this change.

forEach+promise or streaming jsgi is...

  1. An extension
  2. A proposal for the next version of JSGI (0.4)
  3. Not something that we should bother with

Please add your name here with either 1, 2, or 3.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox