• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Strategic initiatives
2
3The Node.js project has several strategic initiatives underway. A review of the
4current initiatives is a standing item on the Technical Steering Committee
5agenda to ensure they are active and have the support they need.
6
7## Current initiatives
8
9| Initiative                | Champion                    | Links                                                                                    |
10|---------------------------|-----------------------------|------------------------------------------------------------------------------------------|
11| Core Promise APIs         | [Antoine du Hamel][aduh95]  |                                                                                          |
12| Future of Build Toolchain | [Mary Marchini][mmarchini]  | <https://github.com/nodejs/TSC/issues/901>, <https://github.com/nodejs/build-toolchain-next> |
13| QUIC / HTTP3              | [James M Snell][jasnell]    | <https://github.com/nodejs/quic>                                                           |
14| Startup performance       | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563>  |
15| V8 Currency               | [Michaël Zasso][targos]     |                                                                                          |
16
17<details>
18<summary>List of completed initiatives</summary>
19
20## Completed initiatives
21
22| Initiative         | Champion                   | Links                                           |
23|--------------------|----------------------------|--------------------------------------------------|
24| Build resources    | Michael Dawson             | <https://github.com/nodejs/build/issues/1154#issuecomment-448418977> |
25| CVE Management     | Michael Dawson             | <https://github.com/nodejs/security-wg/issues/33> |
26| Governance         | Myles Borins               |                                                 |
27| Moderation Team    | Rich Trott                 | <https://github.com/nodejs/TSC/issues/329>        |
28| Modules            | Myles Borins               | <https://github.com/nodejs/modules>               |
29| N-API              | Michael Dawson             | <https://github.com/nodejs/abi-stable-node>       |
30| npm Integration    | Myles Borins               | <https://github.com/nodejs/node/pull/21594>       |
31| OpenSSL Evolution  | Rod Vagg                   | <https://github.com/nodejs/TSC/issues/677>        |
32| Open Web Standards | Myles Borins, Joyee Cheung | <https://github.com/nodejs/open-standards>        |
33| VM module fix      | Franziska Hinkelmann       | <https://github.com/nodejs/node/issues/6283>      |
34| Workers            | Anna Henningsen            | <https://github.com/nodejs/worker>                |
35
36</details>
37
38[aduh95]: https://github.com/aduh95
39[jasnell]: https://github.com/jasnell
40[joyeecheung]: https://github.com/joyeecheung
41[mmarchini]: https://github.com/mmarchini
42[targos]: https://github.com/targos
43