Skip to content

Commit

Permalink
doc: add ambassador message - benefits of Node.js
Browse files Browse the repository at this point in the history
Add an initial message to be promoted.

Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Nov 29, 2024
1 parent 22792b8 commit 21e75cf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions doc/contributing/advocacy-ambasador-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,36 @@ or the information to be shared.
Add a list of GitHub handles for those within the project that
have volunteered to be contacated when necessary by ambassadors
to get more info about the message to be promoted.

#### Node.js is a great choice for a JavaScript runtime

##### Goal

Highlight the benefits of chosing Node.js as your backend JavaScript runtime. Focus on what is great
about Node.js avoiding comparisons with other optiona. We don't want to say negative things about
other options, only highlight what is great about Node.js as a choice

Some of the things to highlight include:

* How widely it is used (you never get fired for chosing Node.js)
* The openess of the project. It is part of the OpenJS Foundation and its's governance is set up to avoid
any one company from dominating the project. Decisions are made by the collaboratora (of which there are quite
a few) s versus a small
number of people.
* It has predictable and stable releases and has delivered on the release schedule for many years
* It was a well defined security release process and manages security releases well
* As the defacto standard, it has the highest likely hood of being support for a given package on npm
* It is not dependent on any one company for its continued existence reducing risk of using it
* The large number of platforms supported

#### Related Links

* <https://github.com/nodejs/release>
* <https://github.com/nodejs/node/blob/main/doc/contributing/security-release-process.md>
* <https://github.com/nodejs/TSC/blob/main/TSC-Charter.md>
* <https://github.com/mhdawson/presentations/blob/main/2024/NodeConfEU_2024-Node.js_whats_next.pdf>
for slide usage and topping recent surveys.

#### Project contacts

* @mhdawson

0 comments on commit 21e75cf

Please sign in to comment.