• 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]       | <https://github.com/nodejs/TSC/issues/1094>       |
12| QUIC / HTTP3           | [James M Snell][jasnell]         | <https://github.com/nodejs/quic>                  |
13| Shadow Realm           | [Chengzhong Wu][legendecas]      | <https://github.com/nodejs/node/issues/42528>     |
14| Startup Snapshot       | [Joyee Cheung][joyeecheung]      | <https://github.com/nodejs/node/issues/35711>     |
15| V8 Currency            | [Michaël Zasso][targos]          |                                                   |
16| Next-10                | [Michael Dawson][mhdawson]       | <https://github.com/nodejs/next-10>               |
17| Single executable apps | [Darshan Sen][RaisinTen]         | <https://github.com/nodejs/node/issues/43432>     |
18| Performance            |                                  | <https://github.com/nodejs/performance>           |
19| Primordials            | [Benjamin Gruenbaum][benjamingr] | <https://github.com/nodejs/primordials-use-cases> |
20
21<details>
22<summary>List of completed initiatives</summary>
23
24## Completed initiatives
25
26| Initiative         | Champion                   | Links                                                                |
27| ------------------ | -------------------------- | -------------------------------------------------------------------- |
28| Build resources    | Michael Dawson             | <https://github.com/nodejs/build/issues/1154#issuecomment-448418977> |
29| CVE Management     | Michael Dawson             | <https://github.com/nodejs/security-wg/issues/33>                    |
30| Governance         | Myles Borins               |                                                                      |
31| Moderation Team    | Rich Trott                 | <https://github.com/nodejs/TSC/issues/329>                           |
32| Modules            | Myles Borins               | <https://github.com/nodejs/modules>                                  |
33| N-API              | Michael Dawson             | <https://github.com/nodejs/abi-stable-node>                          |
34| npm Integration    | Myles Borins               | <https://github.com/nodejs/node/pull/21594>                          |
35| OpenSSL Evolution  | Rod Vagg                   | <https://github.com/nodejs/TSC/issues/677>                           |
36| Open Web Standards | Myles Borins, Joyee Cheung | <https://github.com/nodejs/open-standards>                           |
37| VM module fix      | Franziska Hinkelmann       | <https://github.com/nodejs/node/issues/6283>                         |
38| Workers            | Anna Henningsen            | <https://github.com/nodejs/worker>                                   |
39
40</details>
41
42[RaisinTen]: https://github.com/RaisinTen
43[aduh95]: https://github.com/aduh95
44[benjamingr]: https://github.com/benjamingr
45[jasnell]: https://github.com/jasnell
46[joyeecheung]: https://github.com/joyeecheung
47[legendecas]: https://github.com/legendecas
48[mhdawson]: https://github.com/mhdawson
49[targos]: https://github.com/targos
50