Browse Source

doc: update streams wg charter

PR-URL: https://github.com/iojs/io.js/pull/599
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
v1.8.0-commit
Chris Dickinson 10 years ago
parent
commit
0a54b6a134
  1. 34
      WORKING_GROUPS.md

34
WORKING_GROUPS.md

@ -34,36 +34,32 @@ The current members can be found in their
### Streams ### Streams
The streams working group's purpose is to improve the existing Stream The Streams WG is dedicated to the support and improvement of the Streams API
implementation, in accordance with the communities needs and feedback. as used in io.js and the npm ecosystem. We seek to create a composable API that
solves the problem of representing multiple occurrences of an event over time
Its responsibilities are: in a humane, low-overhead fashion. Improvements to the API will be driven by
* Produce a living `Stream` standard. the needs of the ecosystem; interoperability and backwards compatibility with
* Create a reference implementation as `readable-stream`. other solutions and prior versions are paramount in importance. Our
* Recommend versions of `readable-stream` to be included in `io.js` responsibilities include:
* Collaborate with the WHATWG Stream standard to ensure an optimal level
of compatibility between the two standards. * Addressing stream issues on the io.js issue tracker.
* Authoring and editing stream documentation within the io.js project.
* Reviewing changes to stream subclasses within the io.js project.
* Redirecting changes to streams from the io.js project to this project.
* Assisting in the implementation of stream providers within io.js.
* Recommending versions of readable-stream to be included in io.js.
* Messaging about the future of streams to give the community advance notice of changes.
Initial members are: Initial members are:
* @chrisdickinson * @chrisdickinson
* @isaacs * @isaacs
* @rvagg * @rvagg
* @TooTallNate
* @Raynos * @Raynos
* @calvinmetcalf * @calvinmetcalf
* @substack
* @sonewman * @sonewman
* @mafintosh * @mafintosh
* @timgestson * @timgestson
* @deoxxa
* @maxogden
* @feross
* @mafintosh
* @calvinmetcalf
* @sonewman
* @domenic * @domenic
* @timgestson
### Build ### Build

Loading…
Cancel
Save