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