Examine individual changes
This page allows you to examine the variables generated by the Edit Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Edit count of the user (user_editcount ) | 0 |
Name of the user account (user_name ) | 'Capable techies' |
Type of the user account (user_type ) | 'named' |
Age of the user account (user_age ) | 478 |
Groups (including implicit) the user is in (user_groups ) | [
0 => '*',
1 => 'user'
] |
Whether or not a user is editing through the mobile interface (user_mobile ) | false |
Whether the user is editing from mobile app (user_app ) | false |
Page ID (page_id ) | 26415635 |
Page namespace (page_namespace ) | 0 |
Page title without namespace (page_title ) | 'Node.js' |
Full page title (page_prefixedtitle ) | 'Node.js' |
Edit protection level of the page (page_restrictions_edit ) | [] |
Last ten users to contribute to the page (page_recent_contributors ) | [
0 => '2A00:23C4:6B24:5A01:6F:903C:B766:231B',
1 => 'Sonika Sonia',
2 => 'Ponyo',
3 => 'Alexflatter',
4 => '31.27.199.133',
5 => 'GreenC bot',
6 => 'Liance',
7 => 'Dan100',
8 => 'Filedelinkerbot',
9 => '2A02:A03F:AE40:ED00:41C:77CF:7EAA:6E2C'
] |
Page age in seconds (page_age ) | 482322287 |
Action (action ) | 'edit' |
Edit summary/reason (summary ) | '/* History */ ' |
Time since last page edit in seconds (page_last_edit_age ) | 169591 |
Old content model (old_content_model ) | 'wikitext' |
New content model (new_content_model ) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext ) | '{{short description|JavaScript runtime environment}}
{{Infobox software
| name = Node.js
| logo = Node.js logo.svg
| author = [[Ryan Dahl]]
| developer = [[OpenJS Foundation]]
| released = {{Start date and age|2009|05|27}}<ref>{{cite web | url=https://github.com/joyent/node/tags?after=v0.0.4 | access-date = 2 August 2014|title=node-v0.x-archive on GitHub| website = [[GitHub]]}}</ref>
| latest release version = {{wikidata|property|edit|qualifier|P548=Q2804309|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|mdy|P548=Q2804309|P348|P577}}}}
| programming language = [[JavaScript]], [[C++]], [[Python (programming language)|Python]], [[C (programming language)|C]]
| operating system = [[z/OS]], [[Linux]], [[macOS]], [[Microsoft Windows]], [[SmartOS]], [[FreeBSD]], [[OpenBSD]], [[IBM AIX]]<ref name="supportedOS">{{cite web|url=https://github.com/nodejs/node/blob/master/BUILDING.md|title=nodejs/node|website=GitHub|date=13 April 2022}}</ref>
| genre = [[Runtime system|Runtime environment]]
| license = [[MIT License]]<ref>{{cite web|title=node/LICENSE at master|url=https://github.com/nodejs/node/blob/master/LICENSE|website=GitHub|publisher=Node.js Foundation|access-date = 17 September 2018|date=17 September 2018}}</ref><ref>{{cite web|title=The MIT License|url=https://opensource.org/licenses/MIT|website=Open Source Initiative|access-date = 17 September 2018|date=17 September 2018}}</ref>
}}
'''Node.js''' is a [[cross-platform]], [[Open-source software|open-source]] [[JavaScript]] [[runtime environment]] that can run on [[Microsoft Windows|Windows]], [[Linux]], [[Unix]], [[macOS]], and more. Node.js runs on the [[V8 (JavaScript engine)|V8]] [[JavaScript engine]], and executes JavaScript code outside a [[web browser]].
Node.js lets developers use JavaScript to write [[Command-line interface|command line tools]] and for [[server-side scripting]]. The ability to run JavaScript code on the server is often used to generate [[dynamic web page]] content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" [[paradigm]],<ref>{{cite web |last=gcuomo |date=24 October 2013 |title=JavaScript Everywhere and the Three Amigos (Into the wild BLUE yonder!) |url=https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en |archive-url=https://web.archive.org/web/20131114212619/https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en |archive-date=November 14, 2013 |access-date=2013-10-24 |website=www.ibm.com}}</ref> unifying [[web application|web-application]] development around a single [[programming language]], as opposed to using different languages for the server- versus client-side programming.
Node.js has an [[event-driven architecture]] capable of [[asynchronous I/O]]. These design choices aim to optimize [[throughput]] and [[scalability]] in web applications with many input/output operations, as well as for [[real-time Web]] applications (e.g., [[real-time communication]] programs and [[browser game]]s).<ref name="readwrite">{{cite web |author=Laurent Orsini |date=2013-11-07 |title=What You Need To Know About Node.js |url=http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodejs |access-date=2022-02-06 |website=readwrite.com}}</ref>
The Node.js [[distributed development]] project was previously governed by the Node.js Foundation,<ref>{{cite web |title=Node.js Foundation - Node.js |url=https://nodejs.org/foundation/ |access-date=4 July 2015 |website=nodejs.org}}</ref> and has now merged with the [[JS Foundation]] to form the [[OpenJS Foundation]]. OpenJS Foundation is facilitated by the [[Linux Foundation]]'s Collaborative Projects program.<ref>{{cite web |date=2015-07-04 |title=Linux Foundation Collaborative Projects |url=http://collabprojects.linuxfoundation.org/ |access-date=4 July 2015 |website=linuxfoundation.org}}</ref>
== History ==
[[File:Ryan Dahl.jpg|thumb|Ryan Dahl, creator of Node.js, in 2010|alt=]]
[[File:Node.JS Mascot.svg|thumb|Rocket Turtle, the official mascot of Node.js since February 2024|upright=0.7]]
Node.js was initially written by [[Ryan Dahl]] in 2009,<ref name="training.com">{{cite web |date=2016-09-11 |title=About Node.js, and why you should add Node.js to your skill set? |url=http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html |access-date=23 October 2016 |website=Training.com |ref=training.com |archive-date=1 April 2017 |archive-url=https://web.archive.org/web/20170401061100/http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html |url-status=dead }}</ref> about 13 years after the introduction of the first server-side JavaScript environment, [[Netscape|Netscape's]] LiveWire Pro Web.<ref>{{Cite news |last=Staff |first=CNET News |date=1996-10-15 |title=Netscape opens intranet attack |language=en |work=CNET |url=https://www.cnet.com/news/netscape-opens-intranet-attack/ |access-date=2017-04-20}}</ref> The initial release supported only Linux and Mac OS X. Its development and maintenance was led by Dahl and later sponsored by [[Joyent]].<ref name="Google Groups post by Ryan Dahl about Joyent">{{cite web |url= https://groups.google.com/forum/#!topic/nodejs/lWo0MbHZ6Tc|title= Joyent and Node|author= Ryan Dahl|publisher= Google Groups|date= 2010-11-09|access-date = 2015-02-05}}</ref>
Dahl criticized the limited capability of [[Apache HTTP Server]] to handle many (10,000+) concurrent connections, as well as the dominant programming paradigm of sequential programming, in which applications could block entire processes or cause the creation of multiple execution stacks for simultaneous connections.<ref>{{cite web |last=Garbar |first=Dzmitry |title=PHP 7 vs Node.js? They Can Be Partners, Not Competitors For a Developer! |url=https://belitsoft.com/php-development-services/php7-vs-nodejs |access-date=21 December 2016 |website=belitsoft.com}}</ref>
Dahl demonstrated the project at the inaugural European JSConf on November 8, 2009.<ref name="b3">[https://books.google.com/books?id=KGt-FxUEj48C&dq=nodejs&pg=PT24 Sams Teach Yourself Node.js in 24 Hours], Sams Publishing, 05-Sep-2012</ref><ref>{{Cite web |last=Ubl |first=Malte |date=2009-09-09 |title=JSConf.eu 2009, Berlin, Germany |url=https://www.jsconf.eu/2009/speaker/speakers_selected.html |access-date=2009-09-09 |website=www.jsconf.eu}}</ref><ref>{{Cite web|url=https://www.youtube.com/watch?v=ztspvPYybIY |archive-url=https://ghostarchive.org/varchive/youtube/20211215/ztspvPYybIY |archive-date=2021-12-15 |url-status=live|title=Ryan Dahl: Original Node.js presentation|date=8 June 2012 |via=www.youtube.com}}{{cbignore}}</ref> Node.js combined [[Google]]'s [[Chrome V8|V8]] JavaScript engine, an [[event loop]], and a low-level [[Input/output|I/O]] [[Application programming interface|API]].<ref name="b1">[https://books.google.com/books?id=ZH6bpbcrlvYC&q=nodejs Professional Node.js: Building JavaScript Based Scalable Software], John Wiley & Sons, 01-Oct-2012</ref>
In January 2010, a [[package manager]] was introduced for the Node.js environment called [[Npm (software)|npm]].<ref>{{cite web |url=https://github.com/npm/npm/releases?after=v0.1.1 |title=Earliest releases of npm |website=GitHub |access-date = 27 July 2016}}</ref> The package manager allows programmers to publish and share Node.js [[Package manager|packages]], along with the accompanying source code, and is designed to simplify the installation, update and uninstallation of packages.<ref name="b1"/>
In June 2011, Microsoft and Joyent implemented a native [[Microsoft Windows|Windows]] version of Node.js.<ref>{{cite web |last=Ryandahl |date=2011-06-23 |title=Porting Node to Windows With Microsoft's Help |url=https://nodejs.org/en/blog/uncategorized/porting-node-to-windows-with-microsofts-help/ |access-date=17 April 2016 |website=nodejs.org}}</ref> The first Node.js build supporting Windows was released in July 2011.
In January 2012, Dahl yielded management of the project to npm creator Isaac Schlueter.<ref>{{cite web|url=http://groups.google.com/forum/#!topic/nodejs/hfajgpvGTLY|title=New gatekeeper|last=Dahl|first=Ryan|access-date = 26 October 2013}}</ref> In January 2014, Schlueter announced that Timothy J. Fontaine would lead the project.<ref>{{cite web|url=https://nodejs.org/en/blog/uncategorized/tj-fontaine-new-node-lead/|title=The Next Phase of Node.js|last=Schlueter|first= Isaac|date=15 January 2014|access-date = 21 January 2014}}</ref>
{{anchor|Io.js}}In December 2014, Fedor Indutny created io.js, a [[Fork (software development)|fork]] of Node.js created because of dissatisfaction with Joyent's governance as an [[open governance|open-governance]] alternative with a separate technical committee. The goal was to enable a structure that would be more receptive to community input, including the updating of io.js with the latest Google V8 JavaScript engine releases, diverging from Node.js's approach at that time.<ref name="iwtw">[http://www.infoworld.com/article/2855057/application-development/why-iojs-decided-to-fork-nodejs.html Q&A: Why io.js decided to fork Node.js], [[InfoWorld]] Tech Watch</ref>
The Node.js Foundation, formed to reconcile Node.js and io.js under a unified banner, was announced in February 2015.<ref>{{cite web|url=https://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new|title=Node.js Foundation Advances Community Collaboration, Announces New Members and Ratified Technical Governance|access-date = 4 July 2015|url-status=dead|archive-url=https://web.archive.org/web/20150624075643/http://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new|archive-date=24 June 2015}}</ref> The merger was realized in September 2015 with Node.js v0.12 and io.js v3.3 combining into Node v4.0.<ref>{{cite web |date=2015-09-14 |title=Node.js Foundation Combines Node.js and io.js Into Single Codebase in New Release |url=https://nodejs.org/en/blog/announcements/foundation-v4-announce/ |access-date=28 January 2016 |website=nodejs.org}}</ref> This merge brought V8 [[ECMAScript#ES2015|ES6]] features into Node.js and started a long-term support release cycle.<ref>{{cite web |date=19 May 2015 |title=io.js and Node.js merge |url=https://medium.com/node-js-javascript/io-js-week-of-may-15th-9ada45bd8a28 |access-date=27 June 2015 |website=medium.com}}</ref> By 2016, the io.js website recommended returning to Node.js and announced no further io.js releases, effectively ending the fork and solidifying the merger's success.<ref>[https://iojs.org/en/ Io.js, JavaScript I/O], ''"io.js has merged with the Node.js project again. There won't be any further io.js releases. All of the features in io.js are available in Node.js v4 and above."''</ref>
In 2019, the JS Foundation and Node.js Foundation merged to form the [[OpenJS Foundation]].
===Branding===
The Node.js logo features a green hexagon with overlapping bands to represent the cross-platform nature of the runtime.<ref>{{cite web |title=Brand Guide |url=https://nodejs.org/static/documents/foundation-visual-guidelines.pdf |website=Node.js |publisher=OpenJS Foundation |access-date=22 March 2024}}</ref> The Rocket Turtle was chosen as the official Node.js mascot in February 2024 following a design contest.<ref>{{cite web |title=Node.JS on X: "Meet Rocket Turtle there are many ways 👋" |url=https://twitter.com/nodejs/status/1759953849849167878 |access-date=22 March 2024}}</ref>
== Overview ==
Node.js allows the creation of [[web server]]s and networking tools using [[JavaScript]] and a collection of "modules" that handle various core functionalities.<ref name="b3"/><ref name="b1"/><ref name="b2"/><ref name="b4"/><ref name="b5">[https://books.google.com/books?id=G1y_5kpmatUC&q=nodejs Smashing Node.js: JavaScript Everywhere], John Wiley & Sons, 14-Aug-2012</ref> Modules are provided for [[file system]] I/O, networking ([[Domain Name System|DNS]], [[HTTP]], [[Transmission Control Protocol|TCP]], [[Transport Layer Security|TLS/SSL]] or [[User Datagram Protocol|UDP]]), [[Binary file|binary]] data (buffers), [[cryptography]] functions, [[Stream (computing)|data streams]] and other core functions.<ref name="b1"/><ref name="b4"/><ref>[https://nodejs.org/api/ Modules], Nodejs Website</ref> Node.js's modules use an API designed to reduce the complexity of writing server applications.<ref name="b1"/><ref name="b4">[https://books.google.com/books?id=dPaoCwAAQBAJ&q=nodejs Node.js Essentials], Packt Publishing, 10-Nov-2015</ref>
JavaScript is the only language that Node.js supports natively, but many [[Source-to-source compiler|compile-to-JS]] languages are available.<ref>{{Cite web|url=https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js|title=List of languages that compile to JS|website=Github}}</ref> As a result, Node.js applications can be written in [[CoffeeScript]],<ref name="b6">{{cite book |url=https://books.google.com/books?id=Oda-MgEACAAJ&q=nodejs |title=CoffeeScript on Node.js |publisher=O'Reilly Media, Inc. |date=15 April 2013 |access-date = 17 May 2015|isbn=9781449316846 }}</ref> [[Dart (programming language)|Dart]], [[TypeScript]], [[ClojureScript]] and others.
Node.js is primarily used to build network programs such as web servers.<ref name="b2">[https://books.google.com/books?id=KZQQAlhTOBgC&q=nodejs Node.js for PHP Developers], O'Reilly Media, Inc., 2013</ref> The most significant difference between Node.js and [[PHP]] is that most functions in PHP [[Asynchronous I/O|block]] until completion (commands execute only after previous commands finish), while Node.js functions are [[Asynchronous I/O|non-blocking]] (commands execute [[Concurrent computing|concurrently]] and use [[Callback (computer programming)|callbacks]] to signal completion or failure),<ref name="b2"/> thus opening up new attack surfaces that are inherently absent in most web server applications.
Node.js is officially supported by [[Linux]], {{nowrap|[[macOS]]}} and [[Microsoft Windows]] 8.1 and Server 2012 (and later),<ref name="supportedOS" /> with Tier 2 support for [[SmartOS]] and [[IBM AIX]] and experimental support for [[FreeBSD]]. [[OpenBSD]] also works, and LTS versions are available for [[IBM i]] (AS/400).<ref>{{Cite web |last=Foundation |first=Node js |title=Installing Node.js via package manager |url=https://nodejs.org/en/download/package-manager/ |access-date=2019-05-19 |website=Node.js |language=en}}</ref> The source code may also be built on similar operating systems that are not officially supported, such as [[NonStop OS]]<ref name="bomBora - Node.js for NonStop">{{cite web |title=bomBora - Node.js for NonStop |url=http://infrasoft.com.au/bomBora.html |access-date=14 August 2015 |website=infrasoft.com.au |publisher=Infrasoft |archive-date=11 March 2018 |archive-url=https://web.archive.org/web/20180311040354/http://infrasoft.com.au/bomBora.html |url-status=dead }}</ref> and [[Unix]] servers.
=== Platform architecture ===
Node.js enables development of fast web servers in JavaScript using [[event-driven programming]].<ref name="b1"/> Developers can create scalable servers without using [[Thread (computing)|threading]] by using a simplified model that uses [[Callback (computer programming)|callbacks]] to signal the completion of a task.<ref name="b1"/>{{Page needed|date=November 2023|reason=Event-driven programming generally doesn't rely on threads and is often more complex; unclear what was meant in the source.}} Node.js connects the ease of a scripting language (JavaScript) with the power of Unix network programming.<ref name="b1"/>
Node.js was built on top of Google's V8 JavaScript engine since it was open-sourced under the [[BSD license]], and it contains comprehensive support for fundamental protocols such as [[HTTP]], [[DNS]] and [[Transmission Control Protocol|TCP]].<ref name="b3"/> JavaScript's existing popularity made Node.js accessible to the [[web developer|web-development community]].<ref name="b3"/>
=== Industry support ===
There are thousands of open-source libraries for Node.js, most of which are hosted on the npm website. Multiple developer conferences and events are held that support the Node.js community, including NodeConf, Node Interactive, and Node Summit, as well as a number of regional events.
The open-source community has developed [[web framework]]s to accelerate the development of applications. Such frameworks include [[Express.js]], [[Socket.IO]], [[Sails.js]], [[Next.js]] and [[Meteor (web framework)|Meteor]].<ref name="b1"/><ref name="b7">[https://books.google.com/books?id=5eGRAwAAQBAJ&q=nodejs Express.js Guide: The Comprehensive Book on Express.js], Azat Mardan, 28-May-2014</ref> Various packages have also been created for interfacing with other languages or runtime environments such as [[Microsoft .NET]].<ref>[http://www.techrepublic.com/article/edge-js-bridges-the-gap-between-node-js-and-net/ Edge.js bridges the gap between Node.js and .NET], TechRepublic, Tony Patton, 1 July 2014</ref>
Modern desktop [[integrated development environment|IDEs]] provide editing and debugging features specifically for Node.js applications. Such IDEs include [[Atom (text editor)|Atom]], [[Brackets (text editor)|Brackets]], [[JetBrains MPS|JetBrains]] [[WebStorm]],<ref>[https://www.jetbrains.com/webstorm/help/node-js.html Node.js], WebStorm supports integration with the Node.js runtime environment, WebStorm Help</ref><ref>[https://www.jetbrains.com/webstorm/help/running-and-debugging-node-js.html Running and Debugging Node.js], WebStorm Help</ref> [[Microsoft Visual Studio]] (with Node.js Tools for Visual Studio,<ref>{{cite web |title=Node.js Tools for Visual Studio |url=https://www.visualstudio.com/en-us/features/node-js-vs.aspx |access-date=1 Feb 2016 |website=microsoft.com}}</ref> or [[TypeScript]] with Node definitions<ref>[https://github.com/soywiz/typescript-node-definitions soywiz/typescript-node-definitions TypeScript's typings for some popular node.js modules], GitHub</ref><ref>[https://github.com/DefinitelyTyped/DefinitelyTyped DefinitelyTyped], GitHub</ref><ref>{{Cite web|url=http://definitelytyped.org/|archiveurl=https://web.archive.org/web/20160203083254/http://definitelytyped.org/|url-status=dead|title=The repository for high quality TypeScript type definitions|archivedate=3 February 2016|website=definitelytyped.org}}</ref><ref>[https://www.typescriptlang.org/Samples#ImageBoard ImageBoard, A Node.js + Express + MongoDB application built using TypeScript on the server] {{Webarchive|url=https://web.archive.org/web/20190518111659/http://www.typescriptlang.org/samples/#ImageBoard |date=18 May 2019 }}, TypeScript Samples</ref>), [[NetBeans]],<ref>{{cite web |last=Krill |first=Paul |date=2015-11-10 |title=Node.js takes center stage in NetBeans 8.1 |url=http://www.infoworld.com/article/3003414/java/nodejs-takes-center-stage-in-netbeans-81.html |access-date=2015-11-10 |website=infoworld.com |publisher=[[InfoWorld]]}}</ref> Nodeclipse Enide Studio<ref>{{usurped|1=[https://web.archive.org/web/20120508061750/http://www.nodeclipse.org/ Nodeclipse, Enide -- Node.JS development in Eclipse]}}, Nodeclipse Website</ref> ([[Eclipse (software)|Eclipse]]-based) and [[Visual Studio Code]].<ref>[https://channel9.msdn.com/Blogs/cloud-with-a-silver-lining/hello-visual-studio-code-nodejs Hello Visual Studio Code (with NodeJS)], Channel 9, Microsoft
</ref><ref>
[https://code.visualstudio.com/Docs/runtimes/nodejs Node.js Applications with VS Code], Visual Studio Code
</ref> Some [[Online integrated development environment|online IDEs]] also support Node.js, such as [[Codeanywhere]], [[Eclipse Che]], [[Cloud9 IDE]] and the visual flow editor in [[Node-RED]].
Node.js is supported across a number of cloud-hosting platforms such as [[Jelastic]], [[Google Cloud Platform]], [[AWS Elastic Beanstalk]], [[Azure Web Apps]] and [[Joyent]].
== Releases ==
<!-- Template:Version - for version & release history. Documentation and examples: http://en.wikipedia.org/wiki/Template:Version -->
{| class="wikitable sortable floatright" style="text-align: center;"
!Release<ref>{{Cite web|url=https://nodejs.org/en/about/releases/|title=Releases|website=Node.js|date=23 August 2023 }}</ref>
!Status
!Code name
!Release date
!Maintenance end
|-
| {{Version|o|0.10.x}}
| {{Version|o|End-of-Life}}
|
| 2013-03-11
| 2016-10-31
|-
| {{Version|o|0.12.x}}
| {{Version|o|End-of-Life}}
|
| 2015-02-06
| 2016-12-31
|-
| {{Version|o|4.x}}
| {{Version|o|End-of-Life}}
| Argon<ref name="Release" />
| 2015-09-08
| 2018-04-30
|-
| {{Version|o|5.x}}
| {{Version|o|End-of-Life}}
|
| 2015-10-29
| 2016-06-30
|-
| {{Version|o|6.x}}
| {{Version|o|End-of-Life}}
| Boron<ref name="Release" />
| 2016-04-26
| 2019-04-30
|-
| {{Version|o|7.x}}
| {{Version|o|End-of-Life}}
|
| 2016-10-25
| 2017-06-30
|-
| {{Version|o|8.x}}
| {{Version|o|End-of-Life}}
| Carbon<ref name="Release" />
| 2017-05-30
| 2019-12-31
|-
| {{Version|o|9.x}}
| {{Version|o|End-of-Life}}
|
| 2017-10-01
| 2018-06-30
|-
| {{Version|o|10.x}}
| {{Version|o|End-of-Life}}
| Dubnium<ref name="Release" />
| 2018-04-24
| 2021-04-30
|-
| {{Version|o|11.x}}
| {{Version|o|End-of-Life}}
|
| 2018-10-23
| 2019-06-01
|-
| {{Version|o|12.x}}
| {{Version|o|End-of-Life}}
| Erbium<ref name="Release" />
| 2019-04-23
| 2022-04-30
|-
| {{Version|o|13.x}}
| {{Version|o|End-of-Life}}
|
| 2019-10-22
| 2020-06-01
|-
| {{Version|o|14.x}}
| {{Version|o|End-of-Life}}
| Fermium<ref name="Release" />
| 2020-04-21
| 2023-04-30
|-
| {{Version|o|15.x|show=}}
| {{Version|o|End-of-Life}}
|
| 2020-10-20
| 2021-06-01
|-
| {{Version|o|16.x}}
| {{Version|o|End-of-Life}}
| Gallium<ref name="Release" />
| 2021-04-20
| 2023-09-11<ref>[https://nodejs.org/en/blog/announcements/nodejs16-eol/ Bringing forward the End-of-Life Date for Node.js 16], Node.js Website</ref>
|-
| {{Version|o|17.x}}
| {{Version|o|End-of-Life}}
|
| 2021-10-19
| 2022-06-01
|-
| {{Version|co|18.x}}
| {{Version|co|Maintenance LTS}}
|Hydrogen<ref name="Release" />
| 2022-04-19
| 2025-04-30
|-
| {{Version|o|19.x}}
| {{Version|o|End-of-Life}}
|
| 2022-10-18
| 2023-06-01
|-
| {{Version|co|20.x}}
| {{Version|co|Maintenance LTS}}
| Iron<ref name="Codenames">{{cite web |title=Node.JS CODENAMES.md |url=https://github.com/nodejs/Release/blob/main/CODENAMES.md |access-date=6 September 2023 |website=GitHub |language=en}}</ref>
| 2023-04-18
| 2026-04-30
|-
| {{Version|o|21.x}}
| {{Version|o|End-of-Life}}
| <ref name="Release" />
| 2023-10-17
| 2024-06-01
|-
|-
| {{Version|co|22.x}}
| {{Version|co|Active LTS}}
| Jod <ref name="Codenames" /><ref name="Release" />
| 2024-04-24
| 2027-04-30
|-
|-
| {{Version|c|23.x}}
| {{Version|c|Current}}
| <ref name="Release" />
| 2024-10-15
| 2025-06-01
|-
|-
| {{Version|p|24.x}}
| {{Version|p|Planned}}
| Krypton <ref name="Codenames" />
| 2025-04-22
| 2028-04-30
|-
| colspan="5" | <small>{{Version |l |show=111101}}</small>
|}
New major releases of Node.js are cut from the [[GitHub]] main branch every six months. Even-numbered versions are cut in April and odd-numbered versions are cut in October. When a new odd version is released, the previous even version undergoes transition to [[Long-term support|Long Term Support]] (LTS), which gives that version 12 months of active support from the date it is designated LTS. After these 12 months expire, an LTS release receives an additional 18 months of maintenance support. An active version receives non-breaking backports of changes a few weeks after they land in the current release. A maintenance release receives only critical fixes and documentation updates.<ref name="Release">{{Cite web|url=https://github.com/nodejs/Release|title=nodejs/Release|website=GitHub|language=en|access-date=2018-05-03}}</ref> The LTS Working Group manages strategy and policy in collaboration with the Technical Steering Committee of the Node.js Foundation.
== Technical details ==
Node.js is a JavaScript runtime environment that processes incoming requests in a loop, called the [[event loop]].
=== Internals ===
Node.js uses [[libuv]] under the hood to handle asynchronous events. Libuv is an abstraction layer for network and file system functionality on both Windows and [[POSIX]]-based systems such as Linux, [[macOS]], OSS on [[NonStop (server computers)|NonStop]], and Unix. Node.js relies on nghttp2 for HTTP support. As of version 20, Node.js uses the ada library which provides up-to-date [[WHATWG]] [[URL]] compliance. As of version 19.5, Node.js uses the simdutf library for fast Unicode validation and transcoding. As of version 21.3, Node.js uses the simdjson library for fast JSON parsing.
=== Threading ===
Node.js operates on a [[Single threading|single-thread]] [[event loop]], using [[non-blocking I/O]] calls, allowing it to support tens of thousands of concurrent connections without incurring the cost of thread [[context switch]]ing.<ref>{{cite web|url=http://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/|title=Node.js w/1M concurrent connections!|work=caustik's blog|date=19 August 2012}}</ref> The design of sharing a single thread among all the requests that use the [[observer pattern]] is intended for building highly concurrent applications, where any function performing I/O must use a [[Callback (computer programming)|callback]]. To accommodate the single-threaded event loop, Node.js uses the [[libuv]] library—which, in turn, uses a fixed-sized thread pool that handles some of the non-blocking asynchronous I/O operations.<ref name="readwrite" />
A thread pool handles the execution of parallel tasks in Node.js. The main thread function call posts tasks to the shared task queue, which threads in the thread pool pull and execute. Inherently non-blocking system functions such as networking translate to kernel-side non-blocking sockets, while inherently blocking system functions such as file I/O run in a blocking way on their own threads. When a thread in the thread pool completes a task, it informs the main thread of this, which in turn, wakes up and executes the registered callback.
A downside of this single-threaded approach is that Node.js does not allow [[vertical scaling]] by increasing the number of [[CPU core]]s of the machine it is running on without using an additional module, such as cluster,<ref name="node_cluster_module_doc">{{cite web |title=Node.js's cluster module |url=https://nodejs.org/api/cluster.html |access-date=19 October 2017 |website=nodejs.org}}</ref> StrongLoop Process Manager,<ref>{{Cite web|url=http://strong-pm.io/|title=StrongLoop Process Manager|website=strong-pm.io}}</ref> or pm2.<ref>{{cite web|url=https://github.com/Unitech/pm2|title=GitHub - Unitech/pm2: Production process manager for Node.js applications with a built-in load balancer|work=GitHub|date=12 June 2021}}</ref> However, developers can increase the default number of threads in the libuv thread pool. The server [[operating system|operating system (OS)]] is likely to distribute these threads across multiple cores.<ref>{{cite web|url=http://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/|title=On problems with threads in node.js - Future Processing|author=Aleksander Kasiuk|date=22 April 2015}}</ref> Another problem is that long-lasting computations and other CPU-bound tasks freeze the entire event-loop until completion.{{citation needed|date=March 2017}}
=== V8 ===
{{Main|V8 (JavaScript engine)}}
V8 is the JavaScript execution engine which was initially built for [[Google Chrome]]. It was then open-sourced by Google in 2008. Written in [[C++]], V8 compiles JavaScript source code to native machine code [[just-in-time compilation|at runtime]].<ref name="readwrite" /><!--Node.js v10.x uses V8 v6.6--> As of 2016, it also includes Ignition, a [[bytecode interpreter]].
=== Package management ===
[[npm (software)|npm]] is the pre-installed package manager for the Node.js server platform. It installs Node.js programs from the npm registry, organizing the installation and management of third-party Node.js programs.
=== Event loop ===
Node.js registers with the operating system so the OS notifies it of [[asynchronous I/O]] events such as new connections. Within the Node.js runtime, events trigger callbacks and each connection is handled as a small [[heap allocation]]. Traditionally, relatively heavyweight OS processes or threads handled each connection. Node.js uses an event loop for concurrent I/O, instead of processes or threads.<ref>[https://nodejs.org/about/ About Node.js], Node.js Website</ref> In contrast to other event-driven servers,{{which|date=November 2023}} Node.js's event loop does not need to be called explicitly. Instead, callbacks are defined, and the server automatically enters the event loop at the end of the callback definition. Node.js exits the event loop when there are no further callbacks to be performed.
=== WebAssembly ===
Node.js supports [[WebAssembly]] and as of Node 14 has experimental support of [[WebAssembly#WASI|WASI]], the WebAssembly System Interface.
=== Native bindings ===
{{See also|Foreign function interface}}
Node.js provides a way to create "add-ons" via a [[C (programming language)|C]]-based API called N-API, which can be used to produce loadable (importable) <code>.node</code> modules from source code written in C/C++.<ref name=":1">{{Cite web|title=C++ addons {{!}} Node.js v14.12.0 Documentation|url=https://nodejs.org/api/addons.html|access-date=2020-09-26|website=nodejs.org}}</ref> The modules can be directly loaded into memory and executed from within JS environment as simple CommonJS modules. The implementation of the N-API relies on internal C/C++ Node.js and V8 objects requiring users [[Language binding|to import]] ([[Include directive|#include]]) Node.js specific [[Include directive|headers]] into their native source code.<ref name=":1" />
As the Node.js API is subject to breaking changes at a binary level, modules have to be built and shipped against specific Node.js versions to work properly. To address the issue, third parties have introduced open-sourced С/С++ wrappers on top of the API that partially alleviate the problem. They simplify interfaces, but as a side effect they may also introduce complexity which maintainers have to deal with. Even though the core functionality of Node.js resides in a JavaScript built-in library, modules written in C++ can be used to enhance capabilities and to improve performance of applications.
In order to produce such modules one needs to have an appropriate C++ compiler and necessary headers (the latter are typically shipped with Node.js itself), e.g., [[GCC Compiler|gcc]], [[clang]] or [[Microsoft Visual C++|MSVC++]].
The N-API is similar to [[Java Native Interface]].
== Project governance ==
{{Main|OpenJS Foundation}}
In 2015, various branches of the greater Node.js community began working under the vendor-neutral Node.js Foundation. The stated purpose of the organization "is to enable widespread adoption and help accelerate development of Node.js and other related modules through an open governance model that encourages participation, technical contribution, and a framework for long-term stewardship by an ecosystem invested in Node.js' success."<ref>{{Cite web|url=https://nodejs.org/en/foundation/|title=Node.js Foundation {{!}} Node.js|last=Foundation|first=Node.js|website=nodejs.org|language=en|access-date=2017-03-08}}</ref>
The Node.js Foundation Technical Steering Committee (TSC) is the technical governing body of the Node.js Foundation. The TSC is responsible for the core Node.js repo as well as dependent and adjacent projects. Generally the TSC delegates the administration of these projects to working groups or committees.<ref>{{Cite web|url=https://github.com/nodejs/TSC|title=nodejs/TSC|website=GitHub|language=en|access-date=2017-03-08}}</ref> The LTS group that manages long term supported releases is one such group. Other current groups include Website, Streams, Build, Diagnostics, i18n, Evangelism, Docker, Addon API, Benchmarking, Post-mortem, Intl, Documentation, and Testing.<ref>{{Cite web|url=https://nodejs.org/en/about/working-groups/|title=Working Groups {{!}} Node.js|last=Foundation|first=Node.js|website=nodejs.org|language=en|access-date=2017-03-08|archive-date=27 February 2017|archive-url=https://web.archive.org/web/20170227070535/https://nodejs.org/en/about/working-groups/|url-status=dead}}</ref>
In August 2017, a third of the TSC members resigned due to a dispute related to the project's code of conduct.<ref>Whittaker, Zack, ''[https://www.zdnet.com/article/after-governance-breakdown-node-js-leaders-fight-for-its-survival/?loc=newsletter_large_thumb_related&ftag=TREc64629f&bhid=24465828771686428160302951310435/ After governance breakdown, Node.js leaders fight for its survival]'', ZDNet, 25 August 2017</ref>
{| class="wikitable"
|+ Current TSC Members<ref>{{Cite web|url=https://github.com/nodejs/node?tab=readme-ov-file#tsc-voting-members|title=tsc-voting-members|website=Github.com|date=16 May 2024 }}</ref>
! Username !! Full Name
|-
| aduh95 || Antoine du Hamel
|-
| anonrig || Yagiz Nizipli
|-
| benjamingr || Benjamin Gruenbaum
|-
| BridgeAR || Ruben Bridgewater
|-
| gireeshpunathil || Gireesh Punathil
|-
| jasnell || James M Snell
|-
| joyeecheung || Joyee Cheung
|-
| legendecas || Chengzhong Wu
|-
| marco-ippolito || Marco Ippolito
|-
| mcollina || Matteo Collina
|-
| mhdawson || Michael Dawson
|-
| RafaelGSS || Rafael Gonzaga
|-
| richardlau || Richard Lau
|-
| ronag || Robert Nagy
|-
| ruyadorno || Ruy Adorno
|-
| ShogunPanda || Paolo Insogna
|-
| targos || Michaël Zasso
|-
| tniessen || Tobias Nießen
|}
==References==
{{Reflist|30em}}
== Further reading ==
* {{citation | title = Up and Running with Node.js | date = April 2012 | last1 = Hughes-Croucher | last2 = Wilson | first1 = Tom | first2 = Mike | publisher = [[O'Reilly Media]] | isbn = 978-1-4493-9858-3 }}
* {{citation | title = Sams Teach Yourself Node.js in 24 Hours | date = September 2012 | last1 = Ornbo | first1 = George | publisher = [[SAMS Publishing]] | isbn = 978-0-672-33595-2 }}
* {{citation | title = Professional Node.js | date = October 2012 | url = http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118185463,descCd-authorInfo.html | last1 = Teixeira | first1 = Pedro | publisher = [[John Wiley & Sons]] | isbn = 978-1-118-22754-1 }}
* {{cite podcast | url = http://twit.tv/show/floss-weekly/237 | title =Episode 237: Node.js | website = twit.tv/show/floss-weekly | publisher = [[TWiT.tv]] | host = [[Randal L. Schwartz]] and Aaron Newcomb | date = 9 January 2013 | time = 1:08:13 | access-date = 9 January 2013 }}
* {{citation | title = Node.js Recipes: A Problem-Solution Approach | date = October 2013 | last1 = Gackenheimer | first1 = Cory | publisher = [[Apress]] | isbn = 978-1-4302-6058-5}}
== External links ==
{{Commons category}}
* {{Official website}}
{{NodeJs}}
{{JavaScript}}
{{Authority control}}
{{Use dmy dates|date=November 2019}}
[[Category:2009 software]]
[[Category:Free software programmed in C++]]
[[Category:Free software programmed in JavaScript]]
[[Category:JavaScript libraries]]
[[Category:Joyent]]
[[Category:Linux Foundation projects]]
[[Category:Software using the MIT license]]' |
New page wikitext, after the edit (new_wikitext ) | '{{short description|JavaScript runtime environment}}
{{Infobox software
| name = Node.js
| logo = Node.js logo.svg
| author = [[Ryan Dahl]]
| developer = [[OpenJS Foundation]]
| released = {{Start date and age|2009|05|27}}<ref>{{cite web | url=https://github.com/joyent/node/tags?after=v0.0.4 | access-date = 2 August 2014|title=node-v0.x-archive on GitHub| website = [[GitHub]]}}</ref>
| latest release version = {{wikidata|property|edit|qualifier|P548=Q2804309|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|mdy|P548=Q2804309|P348|P577}}}}
| programming language = [[JavaScript]], [[C++]], [[Python (programming language)|Python]], [[C (programming language)|C]]
| operating system = [[z/OS]], [[Linux]], [[macOS]], [[Microsoft Windows]], [[SmartOS]], [[FreeBSD]], [[OpenBSD]], [[IBM AIX]]<ref name="supportedOS">{{cite web|url=https://github.com/nodejs/node/blob/master/BUILDING.md|title=nodejs/node|website=GitHub|date=13 April 2022}}</ref>
| genre = [[Runtime system|Runtime environment]]
| license = [[MIT License]]<ref>{{cite web|title=node/LICENSE at master|url=https://github.com/nodejs/node/blob/master/LICENSE|website=GitHub|publisher=Node.js Foundation|access-date = 17 September 2018|date=17 September 2018}}</ref><ref>{{cite web|title=The MIT License|url=https://opensource.org/licenses/MIT|website=Open Source Initiative|access-date = 17 September 2018|date=17 September 2018}}</ref>
}}
'''Node.js''' is a [[cross-platform]], [[Open-source software|open-source]] [[JavaScript]] [[runtime environment]] that can run on [[Microsoft Windows|Windows]], [[Linux]], [[Unix]], [[macOS]], and more. Node.js runs on the [[V8 (JavaScript engine)|V8]] [[JavaScript engine]], and executes JavaScript code outside a [[web browser]].
Node.js lets developers use JavaScript to write [[Command-line interface|command line tools]] and for [[server-side scripting]]. The ability to run JavaScript code on the server is often used to generate [[dynamic web page]] content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" [[paradigm]],<ref>{{cite web |last=gcuomo |date=24 October 2013 |title=JavaScript Everywhere and the Three Amigos (Into the wild BLUE yonder!) |url=https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en |archive-url=https://web.archive.org/web/20131114212619/https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en |archive-date=November 14, 2013 |access-date=2013-10-24 |website=www.ibm.com}}</ref> unifying [[web application|web-application]] development around a single [[programming language]], as opposed to using different languages for the server- versus client-side programming.
Node.js has an [[event-driven architecture]] capable of [[asynchronous I/O]]. These design choices aim to optimize [[throughput]] and [[scalability]] in web applications with many input/output operations, as well as for [[real-time Web]] applications (e.g., [[real-time communication]] programs and [[browser game]]s).<ref name="readwrite">{{cite web |author=Laurent Orsini |date=2013-11-07 |title=What You Need To Know About Node.js |url=http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodejs |access-date=2022-02-06 |website=readwrite.com}}</ref>
The Node.js [[distributed development]] project was previously governed by the Node.js Foundation,<ref>{{cite web |title=Node.js Foundation - Node.js |url=https://nodejs.org/foundation/ |access-date=4 July 2015 |website=nodejs.org}}</ref> and has now merged with the [[JS Foundation]] to form the [[OpenJS Foundation]]. OpenJS Foundation is facilitated by the [[Linux Foundation]]'s Collaborative Projects program.<ref>{{cite web |date=2015-07-04 |title=Linux Foundation Collaborative Projects |url=http://collabprojects.linuxfoundation.org/ |access-date=4 July 2015 |website=linuxfoundation.org}}</ref>
== History ==
[[File:Ryan Dahl.jpg|thumb|Ryan Dahl, creator of Node.js, in 2010|alt=]]
[[File:Node.JS Mascot.svg|thumb|Rocket Turtle, the official mascot of Node.js since February 2024|upright=0.7]]
Node.js was initially written by [[Ryan Dahl]] in 2009,<ref name="training.com">{{cite web |date=2016-09-11 |title=About Node.js, and why you should add Node.js to your skill set? |url=http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html |access-date=23 October 2016 |website=Training.com |ref=training.com |archive-date=1 April 2017 |archive-url=https://web.archive.org/web/20170401061100/http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html |url-status=dead }}</ref> about 13 years after the introduction of the first server-side JavaScript environment, [[Netscape|Netscape's]] LiveWire Pro Web.<ref>{{Cite news |last=Staff |first=CNET News |date=1996-10-15 |title=Netscape opens intranet attack |language=en |work=CNET |url=https://www.cnet.com/news/netscape-opens-intranet-attack/ |access-date=2017-04-20}}</ref> The initial release supported only Linux and Mac OS X. Its development and maintenance was led by Dahl and later sponsored by [[Joyent]].<ref name="Google Groups post by Ryan Dahl about Joyent">{{cite web |url= https://groups.google.com/forum/#!topic/nodejs/lWo0MbHZ6Tc|title= Joyent and Node|author= Ryan Dahl|publisher= Google Groups|date= 2010-11-09|access-date = 2015-02-05}}</ref>
Dahl criticized the limited capability of [[Apache HTTP Server]] to handle many (10,000+) concurrent connections, as well as the dominant programming paradigm of sequential programming, in which applications could block entire processes or cause the creation of multiple execution stacks for simultaneous connections.<ref>{{cite web |last=Garbar |first=Dzmitry |title=PHP 7 vs Node.js? They Can Be Partners, Not Competitors For a Developer! |url=https://belitsoft.com/php-development-services/php7-vs-nodejs |access-date=21 December 2016 |website=belitsoft.com}}</ref>
Dahl demonstrated the project at the inaugural European JSConf on November 8, 2009.<ref name="b3">[https://books.google.com/books?id=KGt-FxUEj48C&dq=nodejs&pg=PT24 Sams Teach Yourself Node.js in 24 Hours], Sams Publishing, 05-Sep-2012</ref><ref>{{Cite web |last=Ubl |first=Malte |date=2009-09-09 |title=JSConf.eu 2009, Berlin, Germany |url=https://www.jsconf.eu/2009/speaker/speakers_selected.html |access-date=2009-09-09 |website=www.jsconf.eu}}</ref><ref>{{Cite web|url=https://www.youtube.com/watch?v=ztspvPYybIY |archive-url=https://ghostarchive.org/varchive/youtube/20211215/ztspvPYybIY |archive-date=2021-12-15 |url-status=live|title=Ryan Dahl: Original Node.js presentation|date=8 June 2012 |via=www.youtube.com}}{{cbignore}}</ref> Node.js combined [[Google]]'s [[Chrome V8|V8]] JavaScript engine, an [[event loop]], and a low-level [[Input/output|I/O]] [[Application programming interface|API]].<ref name="b1">[https://books.google.com/books?id=ZH6bpbcrlvYC&q=nodejs Professional Node.js: Building JavaScript Based Scalable Software], John Wiley & Sons, 01-Oct-2012</ref>
In January 2010, a [[package manager]] was introduced for the Node.js environment called [[Npm (software)|npm]].<ref>{{cite web |url=https://github.com/npm/npm/releases?after=v0.1.1 |title=Earliest releases of npm |website=GitHub |access-date = 27 July 2016}}</ref> The package manager allows programmers to publish and share Node.js [[Package manager|packages]], along with the accompanying source code, and is designed to simplify the installation, update and uninstallation of packages.<ref name="b1"/>
In June 2011, Microsoft and Joyent implemented a native [[Microsoft Windows|Windows]] version of Node.js.<ref>{{cite web |last=Ryandahl |date=2011-06-23 |title=Porting Node to Windows With Microsoft's Help |url=https://nodejs.org/en/blog/uncategorized/porting-node-to-windows-with-microsofts-help/ |access-date=17 April 2016 |website=nodejs.org}}</ref> The first Node.js build supporting Windows was released in July 2011.
In January 2012, Dahl yielded management of the project to npm creator Isaac Schlueter.<ref>{{cite web|url=http://groups.google.com/forum/#!topic/nodejs/hfajgpvGTLY|title=New gatekeeper|last=Dahl|first=Ryan|access-date = 26 October 2013}}</ref> In January 2014, Schlueter announced that Timothy J. Fontaine would lead the project.<ref>{{cite web|url=https://nodejs.org/en/blog/uncategorized/tj-fontaine-new-node-lead/|title=The Next Phase of Node.js|last=Schlueter|first= Isaac|date=15 January 2014|access-date = 21 January 2014}}</ref>
{{anchor|Io.js}}In December 2014, Fedor Indutny created io.js, a [[Fork (software development)|fork]] of Node.js created because of dissatisfaction with Joyent's governance as an [[open governance|open-governance]] alternative with a separate technical committee. The goal was to enable a structure that would be more receptive to community input, including the updating of io.js with the latest Google V8 JavaScript engine releases, diverging from Node.js's approach at that time.<ref name="iwtw">[http://www.infoworld.com/article/2855057/application-development/why-iojs-decided-to-fork-nodejs.html Q&A: Why io.js decided to fork Node.js], [[InfoWorld]] Tech Watch</ref>
The Node.js Foundation, formed to reconcile Node.js and io.js under a unified banner, was announced in February 2015.<ref>{{cite web|url=https://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new|title=Node.js Foundation Advances Community Collaboration, Announces New Members and Ratified Technical Governance|access-date = 4 July 2015|url-status=dead|archive-url=https://web.archive.org/web/20150624075643/http://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new|archive-date=24 June 2015}}</ref> The merger was realized in September 2015 with Node.js v0.12 and io.js v3.3 combining into Node v4.0.<ref>{{cite web |date=2015-09-14 |title=Node.js Foundation Combines Node.js and io.js Into Single Codebase in New Release |url=https://nodejs.org/en/blog/announcements/foundation-v4-announce/ |access-date=28 January 2016 |website=nodejs.org}}</ref> This merge brought V8 [[ECMAScript#ES2015|ES6]] features into Node.js and started a long-term support release cycle.<ref>{{cite web |date=19 May 2015 |title=io.js and Node.js merge |url=https://medium.com/node-js-javascript/io-js-week-of-may-15th-9ada45bd8a28 |access-date=27 June 2015 |website=medium.com}}</ref> By 2016, the io.js website recommended returning to Node.js and announced no further io.js releases, effectively ending the fork and solidifying the merger's success.<ref>[https://iojs.org/en/ Io.js, JavaScript I/O], ''"io.js has merged with the Node.js project again. There won't be any further io.js releases. All of the features in io.js are available in Node.js v4 and above."''</ref>
In 2019, the JS Foundation and Node.js Foundation merged to form the [[OpenJS Foundation]].
===Branding===
The Node.js logo features a green hexagon with overlapping bands to represent the cross-platform nature of the runtime.<ref>{{cite web |title=Brand Guide |url=https://nodejs.org/static/documents/foundation-visual-guidelines.pdf |website=Node.js |publisher=OpenJS Foundation |access-date=22 March 2024}}</ref> The Rocket Turtle was chosen as the official Node.js mascot in February 2024 following a design contest.<ref>{{cite web |title=Node.JS on X: "Meet Rocket Turtle there are many ways 👋" |url=https://twitter.com/nodejs/status/1759953849849167878 |access-date=22 March 2024}}</ref>
[https://capabletechies.com/what-is-node-js/ what is node js]
== Overview ==
Node.js allows the creation of [[web server]]s and networking tools using [[JavaScript]] and a collection of "modules" that handle various core functionalities.<ref name="b3"/><ref name="b1"/><ref name="b2"/><ref name="b4"/><ref name="b5">[https://books.google.com/books?id=G1y_5kpmatUC&q=nodejs Smashing Node.js: JavaScript Everywhere], John Wiley & Sons, 14-Aug-2012</ref> Modules are provided for [[file system]] I/O, networking ([[Domain Name System|DNS]], [[HTTP]], [[Transmission Control Protocol|TCP]], [[Transport Layer Security|TLS/SSL]] or [[User Datagram Protocol|UDP]]), [[Binary file|binary]] data (buffers), [[cryptography]] functions, [[Stream (computing)|data streams]] and other core functions.<ref name="b1"/><ref name="b4"/><ref>[https://nodejs.org/api/ Modules], Nodejs Website</ref> Node.js's modules use an API designed to reduce the complexity of writing server applications.<ref name="b1"/><ref name="b4">[https://books.google.com/books?id=dPaoCwAAQBAJ&q=nodejs Node.js Essentials], Packt Publishing, 10-Nov-2015</ref>
JavaScript is the only language that Node.js supports natively, but many [[Source-to-source compiler|compile-to-JS]] languages are available.<ref>{{Cite web|url=https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js|title=List of languages that compile to JS|website=Github}}</ref> As a result, Node.js applications can be written in [[CoffeeScript]],<ref name="b6">{{cite book |url=https://books.google.com/books?id=Oda-MgEACAAJ&q=nodejs |title=CoffeeScript on Node.js |publisher=O'Reilly Media, Inc. |date=15 April 2013 |access-date = 17 May 2015|isbn=9781449316846 }}</ref> [[Dart (programming language)|Dart]], [[TypeScript]], [[ClojureScript]] and others.
Node.js is primarily used to build network programs such as web servers.<ref name="b2">[https://books.google.com/books?id=KZQQAlhTOBgC&q=nodejs Node.js for PHP Developers], O'Reilly Media, Inc., 2013</ref> The most significant difference between Node.js and [[PHP]] is that most functions in PHP [[Asynchronous I/O|block]] until completion (commands execute only after previous commands finish), while Node.js functions are [[Asynchronous I/O|non-blocking]] (commands execute [[Concurrent computing|concurrently]] and use [[Callback (computer programming)|callbacks]] to signal completion or failure),<ref name="b2"/> thus opening up new attack surfaces that are inherently absent in most web server applications.
Node.js is officially supported by [[Linux]], {{nowrap|[[macOS]]}} and [[Microsoft Windows]] 8.1 and Server 2012 (and later),<ref name="supportedOS" /> with Tier 2 support for [[SmartOS]] and [[IBM AIX]] and experimental support for [[FreeBSD]]. [[OpenBSD]] also works, and LTS versions are available for [[IBM i]] (AS/400).<ref>{{Cite web |last=Foundation |first=Node js |title=Installing Node.js via package manager |url=https://nodejs.org/en/download/package-manager/ |access-date=2019-05-19 |website=Node.js |language=en}}</ref> The source code may also be built on similar operating systems that are not officially supported, such as [[NonStop OS]]<ref name="bomBora - Node.js for NonStop">{{cite web |title=bomBora - Node.js for NonStop |url=http://infrasoft.com.au/bomBora.html |access-date=14 August 2015 |website=infrasoft.com.au |publisher=Infrasoft |archive-date=11 March 2018 |archive-url=https://web.archive.org/web/20180311040354/http://infrasoft.com.au/bomBora.html |url-status=dead }}</ref> and [[Unix]] servers.
=== Platform architecture ===
Node.js enables development of fast web servers in JavaScript using [[event-driven programming]].<ref name="b1"/> Developers can create scalable servers without using [[Thread (computing)|threading]] by using a simplified model that uses [[Callback (computer programming)|callbacks]] to signal the completion of a task.<ref name="b1"/>{{Page needed|date=November 2023|reason=Event-driven programming generally doesn't rely on threads and is often more complex; unclear what was meant in the source.}} Node.js connects the ease of a scripting language (JavaScript) with the power of Unix network programming.<ref name="b1"/>
Node.js was built on top of Google's V8 JavaScript engine since it was open-sourced under the [[BSD license]], and it contains comprehensive support for fundamental protocols such as [[HTTP]], [[DNS]] and [[Transmission Control Protocol|TCP]].<ref name="b3"/> JavaScript's existing popularity made Node.js accessible to the [[web developer|web-development community]].<ref name="b3"/>
=== Industry support ===
There are thousands of open-source libraries for Node.js, most of which are hosted on the npm website. Multiple developer conferences and events are held that support the Node.js community, including NodeConf, Node Interactive, and Node Summit, as well as a number of regional events.
The open-source community has developed [[web framework]]s to accelerate the development of applications. Such frameworks include [[Express.js]], [[Socket.IO]], [[Sails.js]], [[Next.js]] and [[Meteor (web framework)|Meteor]].<ref name="b1"/><ref name="b7">[https://books.google.com/books?id=5eGRAwAAQBAJ&q=nodejs Express.js Guide: The Comprehensive Book on Express.js], Azat Mardan, 28-May-2014</ref> Various packages have also been created for interfacing with other languages or runtime environments such as [[Microsoft .NET]].<ref>[http://www.techrepublic.com/article/edge-js-bridges-the-gap-between-node-js-and-net/ Edge.js bridges the gap between Node.js and .NET], TechRepublic, Tony Patton, 1 July 2014</ref>
Modern desktop [[integrated development environment|IDEs]] provide editing and debugging features specifically for Node.js applications. Such IDEs include [[Atom (text editor)|Atom]], [[Brackets (text editor)|Brackets]], [[JetBrains MPS|JetBrains]] [[WebStorm]],<ref>[https://www.jetbrains.com/webstorm/help/node-js.html Node.js], WebStorm supports integration with the Node.js runtime environment, WebStorm Help</ref><ref>[https://www.jetbrains.com/webstorm/help/running-and-debugging-node-js.html Running and Debugging Node.js], WebStorm Help</ref> [[Microsoft Visual Studio]] (with Node.js Tools for Visual Studio,<ref>{{cite web |title=Node.js Tools for Visual Studio |url=https://www.visualstudio.com/en-us/features/node-js-vs.aspx |access-date=1 Feb 2016 |website=microsoft.com}}</ref> or [[TypeScript]] with Node definitions<ref>[https://github.com/soywiz/typescript-node-definitions soywiz/typescript-node-definitions TypeScript's typings for some popular node.js modules], GitHub</ref><ref>[https://github.com/DefinitelyTyped/DefinitelyTyped DefinitelyTyped], GitHub</ref><ref>{{Cite web|url=http://definitelytyped.org/|archiveurl=https://web.archive.org/web/20160203083254/http://definitelytyped.org/|url-status=dead|title=The repository for high quality TypeScript type definitions|archivedate=3 February 2016|website=definitelytyped.org}}</ref><ref>[https://www.typescriptlang.org/Samples#ImageBoard ImageBoard, A Node.js + Express + MongoDB application built using TypeScript on the server] {{Webarchive|url=https://web.archive.org/web/20190518111659/http://www.typescriptlang.org/samples/#ImageBoard |date=18 May 2019 }}, TypeScript Samples</ref>), [[NetBeans]],<ref>{{cite web |last=Krill |first=Paul |date=2015-11-10 |title=Node.js takes center stage in NetBeans 8.1 |url=http://www.infoworld.com/article/3003414/java/nodejs-takes-center-stage-in-netbeans-81.html |access-date=2015-11-10 |website=infoworld.com |publisher=[[InfoWorld]]}}</ref> Nodeclipse Enide Studio<ref>{{usurped|1=[https://web.archive.org/web/20120508061750/http://www.nodeclipse.org/ Nodeclipse, Enide -- Node.JS development in Eclipse]}}, Nodeclipse Website</ref> ([[Eclipse (software)|Eclipse]]-based) and [[Visual Studio Code]].<ref>[https://channel9.msdn.com/Blogs/cloud-with-a-silver-lining/hello-visual-studio-code-nodejs Hello Visual Studio Code (with NodeJS)], Channel 9, Microsoft
</ref><ref>
[https://code.visualstudio.com/Docs/runtimes/nodejs Node.js Applications with VS Code], Visual Studio Code
</ref> Some [[Online integrated development environment|online IDEs]] also support Node.js, such as [[Codeanywhere]], [[Eclipse Che]], [[Cloud9 IDE]] and the visual flow editor in [[Node-RED]].
Node.js is supported across a number of cloud-hosting platforms such as [[Jelastic]], [[Google Cloud Platform]], [[AWS Elastic Beanstalk]], [[Azure Web Apps]] and [[Joyent]].
== Releases ==
<!-- Template:Version - for version & release history. Documentation and examples: http://en.wikipedia.org/wiki/Template:Version -->
{| class="wikitable sortable floatright" style="text-align: center;"
!Release<ref>{{Cite web|url=https://nodejs.org/en/about/releases/|title=Releases|website=Node.js|date=23 August 2023 }}</ref>
!Status
!Code name
!Release date
!Maintenance end
|-
| {{Version|o|0.10.x}}
| {{Version|o|End-of-Life}}
|
| 2013-03-11
| 2016-10-31
|-
| {{Version|o|0.12.x}}
| {{Version|o|End-of-Life}}
|
| 2015-02-06
| 2016-12-31
|-
| {{Version|o|4.x}}
| {{Version|o|End-of-Life}}
| Argon<ref name="Release" />
| 2015-09-08
| 2018-04-30
|-
| {{Version|o|5.x}}
| {{Version|o|End-of-Life}}
|
| 2015-10-29
| 2016-06-30
|-
| {{Version|o|6.x}}
| {{Version|o|End-of-Life}}
| Boron<ref name="Release" />
| 2016-04-26
| 2019-04-30
|-
| {{Version|o|7.x}}
| {{Version|o|End-of-Life}}
|
| 2016-10-25
| 2017-06-30
|-
| {{Version|o|8.x}}
| {{Version|o|End-of-Life}}
| Carbon<ref name="Release" />
| 2017-05-30
| 2019-12-31
|-
| {{Version|o|9.x}}
| {{Version|o|End-of-Life}}
|
| 2017-10-01
| 2018-06-30
|-
| {{Version|o|10.x}}
| {{Version|o|End-of-Life}}
| Dubnium<ref name="Release" />
| 2018-04-24
| 2021-04-30
|-
| {{Version|o|11.x}}
| {{Version|o|End-of-Life}}
|
| 2018-10-23
| 2019-06-01
|-
| {{Version|o|12.x}}
| {{Version|o|End-of-Life}}
| Erbium<ref name="Release" />
| 2019-04-23
| 2022-04-30
|-
| {{Version|o|13.x}}
| {{Version|o|End-of-Life}}
|
| 2019-10-22
| 2020-06-01
|-
| {{Version|o|14.x}}
| {{Version|o|End-of-Life}}
| Fermium<ref name="Release" />
| 2020-04-21
| 2023-04-30
|-
| {{Version|o|15.x|show=}}
| {{Version|o|End-of-Life}}
|
| 2020-10-20
| 2021-06-01
|-
| {{Version|o|16.x}}
| {{Version|o|End-of-Life}}
| Gallium<ref name="Release" />
| 2021-04-20
| 2023-09-11<ref>[https://nodejs.org/en/blog/announcements/nodejs16-eol/ Bringing forward the End-of-Life Date for Node.js 16], Node.js Website</ref>
|-
| {{Version|o|17.x}}
| {{Version|o|End-of-Life}}
|
| 2021-10-19
| 2022-06-01
|-
| {{Version|co|18.x}}
| {{Version|co|Maintenance LTS}}
|Hydrogen<ref name="Release" />
| 2022-04-19
| 2025-04-30
|-
| {{Version|o|19.x}}
| {{Version|o|End-of-Life}}
|
| 2022-10-18
| 2023-06-01
|-
| {{Version|co|20.x}}
| {{Version|co|Maintenance LTS}}
| Iron<ref name="Codenames">{{cite web |title=Node.JS CODENAMES.md |url=https://github.com/nodejs/Release/blob/main/CODENAMES.md |access-date=6 September 2023 |website=GitHub |language=en}}</ref>
| 2023-04-18
| 2026-04-30
|-
| {{Version|o|21.x}}
| {{Version|o|End-of-Life}}
| <ref name="Release" />
| 2023-10-17
| 2024-06-01
|-
|-
| {{Version|co|22.x}}
| {{Version|co|Active LTS}}
| Jod <ref name="Codenames" /><ref name="Release" />
| 2024-04-24
| 2027-04-30
|-
|-
| {{Version|c|23.x}}
| {{Version|c|Current}}
| <ref name="Release" />
| 2024-10-15
| 2025-06-01
|-
|-
| {{Version|p|24.x}}
| {{Version|p|Planned}}
| Krypton <ref name="Codenames" />
| 2025-04-22
| 2028-04-30
|-
| colspan="5" | <small>{{Version |l |show=111101}}</small>
|}
New major releases of Node.js are cut from the [[GitHub]] main branch every six months. Even-numbered versions are cut in April and odd-numbered versions are cut in October. When a new odd version is released, the previous even version undergoes transition to [[Long-term support|Long Term Support]] (LTS), which gives that version 12 months of active support from the date it is designated LTS. After these 12 months expire, an LTS release receives an additional 18 months of maintenance support. An active version receives non-breaking backports of changes a few weeks after they land in the current release. A maintenance release receives only critical fixes and documentation updates.<ref name="Release">{{Cite web|url=https://github.com/nodejs/Release|title=nodejs/Release|website=GitHub|language=en|access-date=2018-05-03}}</ref> The LTS Working Group manages strategy and policy in collaboration with the Technical Steering Committee of the Node.js Foundation.
== Technical details ==
Node.js is a JavaScript runtime environment that processes incoming requests in a loop, called the [[event loop]].
=== Internals ===
Node.js uses [[libuv]] under the hood to handle asynchronous events. Libuv is an abstraction layer for network and file system functionality on both Windows and [[POSIX]]-based systems such as Linux, [[macOS]], OSS on [[NonStop (server computers)|NonStop]], and Unix. Node.js relies on nghttp2 for HTTP support. As of version 20, Node.js uses the ada library which provides up-to-date [[WHATWG]] [[URL]] compliance. As of version 19.5, Node.js uses the simdutf library for fast Unicode validation and transcoding. As of version 21.3, Node.js uses the simdjson library for fast JSON parsing.
=== Threading ===
Node.js operates on a [[Single threading|single-thread]] [[event loop]], using [[non-blocking I/O]] calls, allowing it to support tens of thousands of concurrent connections without incurring the cost of thread [[context switch]]ing.<ref>{{cite web|url=http://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/|title=Node.js w/1M concurrent connections!|work=caustik's blog|date=19 August 2012}}</ref> The design of sharing a single thread among all the requests that use the [[observer pattern]] is intended for building highly concurrent applications, where any function performing I/O must use a [[Callback (computer programming)|callback]]. To accommodate the single-threaded event loop, Node.js uses the [[libuv]] library—which, in turn, uses a fixed-sized thread pool that handles some of the non-blocking asynchronous I/O operations.<ref name="readwrite" />
A thread pool handles the execution of parallel tasks in Node.js. The main thread function call posts tasks to the shared task queue, which threads in the thread pool pull and execute. Inherently non-blocking system functions such as networking translate to kernel-side non-blocking sockets, while inherently blocking system functions such as file I/O run in a blocking way on their own threads. When a thread in the thread pool completes a task, it informs the main thread of this, which in turn, wakes up and executes the registered callback.
A downside of this single-threaded approach is that Node.js does not allow [[vertical scaling]] by increasing the number of [[CPU core]]s of the machine it is running on without using an additional module, such as cluster,<ref name="node_cluster_module_doc">{{cite web |title=Node.js's cluster module |url=https://nodejs.org/api/cluster.html |access-date=19 October 2017 |website=nodejs.org}}</ref> StrongLoop Process Manager,<ref>{{Cite web|url=http://strong-pm.io/|title=StrongLoop Process Manager|website=strong-pm.io}}</ref> or pm2.<ref>{{cite web|url=https://github.com/Unitech/pm2|title=GitHub - Unitech/pm2: Production process manager for Node.js applications with a built-in load balancer|work=GitHub|date=12 June 2021}}</ref> However, developers can increase the default number of threads in the libuv thread pool. The server [[operating system|operating system (OS)]] is likely to distribute these threads across multiple cores.<ref>{{cite web|url=http://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/|title=On problems with threads in node.js - Future Processing|author=Aleksander Kasiuk|date=22 April 2015}}</ref> Another problem is that long-lasting computations and other CPU-bound tasks freeze the entire event-loop until completion.{{citation needed|date=March 2017}}
=== V8 ===
{{Main|V8 (JavaScript engine)}}
V8 is the JavaScript execution engine which was initially built for [[Google Chrome]]. It was then open-sourced by Google in 2008. Written in [[C++]], V8 compiles JavaScript source code to native machine code [[just-in-time compilation|at runtime]].<ref name="readwrite" /><!--Node.js v10.x uses V8 v6.6--> As of 2016, it also includes Ignition, a [[bytecode interpreter]].
=== Package management ===
[[npm (software)|npm]] is the pre-installed package manager for the Node.js server platform. It installs Node.js programs from the npm registry, organizing the installation and management of third-party Node.js programs.
=== Event loop ===
Node.js registers with the operating system so the OS notifies it of [[asynchronous I/O]] events such as new connections. Within the Node.js runtime, events trigger callbacks and each connection is handled as a small [[heap allocation]]. Traditionally, relatively heavyweight OS processes or threads handled each connection. Node.js uses an event loop for concurrent I/O, instead of processes or threads.<ref>[https://nodejs.org/about/ About Node.js], Node.js Website</ref> In contrast to other event-driven servers,{{which|date=November 2023}} Node.js's event loop does not need to be called explicitly. Instead, callbacks are defined, and the server automatically enters the event loop at the end of the callback definition. Node.js exits the event loop when there are no further callbacks to be performed.
=== WebAssembly ===
Node.js supports [[WebAssembly]] and as of Node 14 has experimental support of [[WebAssembly#WASI|WASI]], the WebAssembly System Interface.
=== Native bindings ===
{{See also|Foreign function interface}}
Node.js provides a way to create "add-ons" via a [[C (programming language)|C]]-based API called N-API, which can be used to produce loadable (importable) <code>.node</code> modules from source code written in C/C++.<ref name=":1">{{Cite web|title=C++ addons {{!}} Node.js v14.12.0 Documentation|url=https://nodejs.org/api/addons.html|access-date=2020-09-26|website=nodejs.org}}</ref> The modules can be directly loaded into memory and executed from within JS environment as simple CommonJS modules. The implementation of the N-API relies on internal C/C++ Node.js and V8 objects requiring users [[Language binding|to import]] ([[Include directive|#include]]) Node.js specific [[Include directive|headers]] into their native source code.<ref name=":1" />
As the Node.js API is subject to breaking changes at a binary level, modules have to be built and shipped against specific Node.js versions to work properly. To address the issue, third parties have introduced open-sourced С/С++ wrappers on top of the API that partially alleviate the problem. They simplify interfaces, but as a side effect they may also introduce complexity which maintainers have to deal with. Even though the core functionality of Node.js resides in a JavaScript built-in library, modules written in C++ can be used to enhance capabilities and to improve performance of applications.
In order to produce such modules one needs to have an appropriate C++ compiler and necessary headers (the latter are typically shipped with Node.js itself), e.g., [[GCC Compiler|gcc]], [[clang]] or [[Microsoft Visual C++|MSVC++]].
The N-API is similar to [[Java Native Interface]].
== Project governance ==
{{Main|OpenJS Foundation}}
In 2015, various branches of the greater Node.js community began working under the vendor-neutral Node.js Foundation. The stated purpose of the organization "is to enable widespread adoption and help accelerate development of Node.js and other related modules through an open governance model that encourages participation, technical contribution, and a framework for long-term stewardship by an ecosystem invested in Node.js' success."<ref>{{Cite web|url=https://nodejs.org/en/foundation/|title=Node.js Foundation {{!}} Node.js|last=Foundation|first=Node.js|website=nodejs.org|language=en|access-date=2017-03-08}}</ref>
The Node.js Foundation Technical Steering Committee (TSC) is the technical governing body of the Node.js Foundation. The TSC is responsible for the core Node.js repo as well as dependent and adjacent projects. Generally the TSC delegates the administration of these projects to working groups or committees.<ref>{{Cite web|url=https://github.com/nodejs/TSC|title=nodejs/TSC|website=GitHub|language=en|access-date=2017-03-08}}</ref> The LTS group that manages long term supported releases is one such group. Other current groups include Website, Streams, Build, Diagnostics, i18n, Evangelism, Docker, Addon API, Benchmarking, Post-mortem, Intl, Documentation, and Testing.<ref>{{Cite web|url=https://nodejs.org/en/about/working-groups/|title=Working Groups {{!}} Node.js|last=Foundation|first=Node.js|website=nodejs.org|language=en|access-date=2017-03-08|archive-date=27 February 2017|archive-url=https://web.archive.org/web/20170227070535/https://nodejs.org/en/about/working-groups/|url-status=dead}}</ref>
In August 2017, a third of the TSC members resigned due to a dispute related to the project's code of conduct.<ref>Whittaker, Zack, ''[https://www.zdnet.com/article/after-governance-breakdown-node-js-leaders-fight-for-its-survival/?loc=newsletter_large_thumb_related&ftag=TREc64629f&bhid=24465828771686428160302951310435/ After governance breakdown, Node.js leaders fight for its survival]'', ZDNet, 25 August 2017</ref>
{| class="wikitable"
|+ Current TSC Members<ref>{{Cite web|url=https://github.com/nodejs/node?tab=readme-ov-file#tsc-voting-members|title=tsc-voting-members|website=Github.com|date=16 May 2024 }}</ref>
! Username !! Full Name
|-
| aduh95 || Antoine du Hamel
|-
| anonrig || Yagiz Nizipli
|-
| benjamingr || Benjamin Gruenbaum
|-
| BridgeAR || Ruben Bridgewater
|-
| gireeshpunathil || Gireesh Punathil
|-
| jasnell || James M Snell
|-
| joyeecheung || Joyee Cheung
|-
| legendecas || Chengzhong Wu
|-
| marco-ippolito || Marco Ippolito
|-
| mcollina || Matteo Collina
|-
| mhdawson || Michael Dawson
|-
| RafaelGSS || Rafael Gonzaga
|-
| richardlau || Richard Lau
|-
| ronag || Robert Nagy
|-
| ruyadorno || Ruy Adorno
|-
| ShogunPanda || Paolo Insogna
|-
| targos || Michaël Zasso
|-
| tniessen || Tobias Nießen
|}
==References==
{{Reflist|30em}}
== Further reading ==
* {{citation | title = Up and Running with Node.js | date = April 2012 | last1 = Hughes-Croucher | last2 = Wilson | first1 = Tom | first2 = Mike | publisher = [[O'Reilly Media]] | isbn = 978-1-4493-9858-3 }}
* {{citation | title = Sams Teach Yourself Node.js in 24 Hours | date = September 2012 | last1 = Ornbo | first1 = George | publisher = [[SAMS Publishing]] | isbn = 978-0-672-33595-2 }}
* {{citation | title = Professional Node.js | date = October 2012 | url = http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118185463,descCd-authorInfo.html | last1 = Teixeira | first1 = Pedro | publisher = [[John Wiley & Sons]] | isbn = 978-1-118-22754-1 }}
* {{cite podcast | url = http://twit.tv/show/floss-weekly/237 | title =Episode 237: Node.js | website = twit.tv/show/floss-weekly | publisher = [[TWiT.tv]] | host = [[Randal L. Schwartz]] and Aaron Newcomb | date = 9 January 2013 | time = 1:08:13 | access-date = 9 January 2013 }}
* {{citation | title = Node.js Recipes: A Problem-Solution Approach | date = October 2013 | last1 = Gackenheimer | first1 = Cory | publisher = [[Apress]] | isbn = 978-1-4302-6058-5}}
== External links ==
{{Commons category}}
* {{Official website}}
{{NodeJs}}
{{JavaScript}}
{{Authority control}}
{{Use dmy dates|date=November 2019}}
[[Category:2009 software]]
[[Category:Free software programmed in C++]]
[[Category:Free software programmed in JavaScript]]
[[Category:JavaScript libraries]]
[[Category:Joyent]]
[[Category:Linux Foundation projects]]
[[Category:Software using the MIT license]]' |
Unified diff of changes made by edit (edit_diff ) | '@@ -45,4 +45,6 @@
===Branding===
The Node.js logo features a green hexagon with overlapping bands to represent the cross-platform nature of the runtime.<ref>{{cite web |title=Brand Guide |url=https://nodejs.org/static/documents/foundation-visual-guidelines.pdf |website=Node.js |publisher=OpenJS Foundation |access-date=22 March 2024}}</ref> The Rocket Turtle was chosen as the official Node.js mascot in February 2024 following a design contest.<ref>{{cite web |title=Node.JS on X: "Meet Rocket Turtle there are many ways 👋" |url=https://twitter.com/nodejs/status/1759953849849167878 |access-date=22 March 2024}}</ref>
+
+[https://capabletechies.com/what-is-node-js/ what is node js]
== Overview ==
' |
New page size (new_size ) | 35598 |
Old page size (old_size ) | 35535 |
Size change in edit (edit_delta ) | 63 |
Lines added in edit (added_lines ) | [
0 => '',
1 => '[https://capabletechies.com/what-is-node-js/ what is node js]'
] |
Lines removed in edit (removed_lines ) | [] |
External links added in the edit (added_links ) | [
0 => 'https://capabletechies.com/what-is-node-js/'
] |
External links removed in the edit (removed_links ) | [] |
External links in the page, before the edit (old_links ) | [
0 => 'http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118185463,descCd-authorInfo.html',
1 => 'http://twit.tv/show/floss-weekly/237',
2 => 'http://strong-pm.io/',
3 => 'https://github.com/Unitech/pm2',
4 => 'https://nodejs.org/about/',
5 => 'http://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/',
6 => 'http://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/',
7 => 'https://github.com/nodejs/node',
8 => 'https://nodejs.org/',
9 => 'https://nodejs.org/en/foundation/',
10 => 'https://github.com/nodejs/TSC',
11 => 'https://nodejs.org/en/about/working-groups/',
12 => 'https://www.cnet.com/news/netscape-opens-intranet-attack/',
13 => 'https://d-nb.info/gnd/1027030742',
14 => 'https://www.wikidata.org/wiki/Q756100#P856',
15 => 'https://www.wikidata.org/wiki/Q756100#identifiers',
16 => 'https://nodejs.org/api/addons.html',
17 => 'https://groups.google.com/forum/#!topic/nodejs/lWo0MbHZ6Tc',
18 => 'https://belitsoft.com/php-development-services/php7-vs-nodejs',
19 => 'https://www.youtube.com/watch?v=ztspvPYybIY',
20 => 'https://github.com/npm/npm/releases?after=v0.1.1',
21 => 'https://nodejs.org/en/blog/uncategorized/porting-node-to-windows-with-microsofts-help/',
22 => 'https://nodejs.org/en/blog/uncategorized/tj-fontaine-new-node-lead/',
23 => 'http://www.infoworld.com/article/2855057/application-development/why-iojs-decided-to-fork-nodejs.html',
24 => 'https://web.archive.org/web/20150624075643/http://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new',
25 => 'https://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new',
26 => 'https://nodejs.org/en/blog/announcements/foundation-v4-announce/',
27 => 'https://medium.com/node-js-javascript/io-js-week-of-may-15th-9ada45bd8a28',
28 => 'https://iojs.org/en/',
29 => 'https://nodejs.org/api/',
30 => 'https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js',
31 => 'https://books.google.com/books?id=Oda-MgEACAAJ&q=nodejs',
32 => 'https://nodejs.org/en/download/package-manager/',
33 => 'http://infrasoft.com.au/bomBora.html',
34 => 'http://www.techrepublic.com/article/edge-js-bridges-the-gap-between-node-js-and-net/',
35 => 'https://www.jetbrains.com/webstorm/help/node-js.html',
36 => 'https://www.jetbrains.com/webstorm/help/running-and-debugging-node-js.html',
37 => 'https://www.visualstudio.com/en-us/features/node-js-vs.aspx',
38 => 'https://github.com/soywiz/typescript-node-definitions',
39 => 'https://github.com/DefinitelyTyped/DefinitelyTyped',
40 => 'http://definitelytyped.org/',
41 => 'https://web.archive.org/web/20160203083254/http://definitelytyped.org/',
42 => 'https://www.typescriptlang.org/Samples#ImageBoard',
43 => 'http://www.infoworld.com/article/3003414/java/nodejs-takes-center-stage-in-netbeans-81.html',
44 => 'https://channel9.msdn.com/Blogs/cloud-with-a-silver-lining/hello-visual-studio-code-nodejs',
45 => 'https://code.visualstudio.com/Docs/runtimes/nodejs',
46 => 'https://github.com/nodejs/Release',
47 => 'https://www.jsconf.eu/2009/speaker/speakers_selected.html',
48 => 'https://ghostarchive.org/varchive/youtube/20211215/ztspvPYybIY',
49 => 'https://nodejs.org/en/about/releases/',
50 => 'https://nodejs.org/en/blog/announcements/nodejs16-eol/',
51 => 'https://aleph.nkp.cz/F/?func=find-c&local_base=aut&ccl_term=ica=ph903886&CON_LNG=ENG',
52 => 'https://books.google.com/books?id=KGt-FxUEj48C&dq=nodejs&pg=PT24',
53 => 'https://books.google.com/books?id=ZH6bpbcrlvYC&q=nodejs',
54 => 'https://books.google.com/books?id=KZQQAlhTOBgC&q=nodejs',
55 => 'https://books.google.com/books?id=dPaoCwAAQBAJ&q=nodejs',
56 => 'https://books.google.com/books?id=G1y_5kpmatUC&q=nodejs',
57 => 'https://books.google.com/books?id=5eGRAwAAQBAJ&q=nodejs',
58 => 'https://id.loc.gov/authorities/n2013024269',
59 => 'https://web.archive.org/web/20180311040354/http://infrasoft.com.au/bomBora.html',
60 => 'https://web.archive.org/web/20170227070535/https://nodejs.org/en/about/working-groups/',
61 => 'https://github.com/nodejs/Release/blob/main/CODENAMES.md',
62 => 'https://web.archive.org/web/20190518111659/http://www.typescriptlang.org/samples/#ImageBoard',
63 => 'https://twitter.com/nodejs/status/1759953849849167878',
64 => 'https://nodejs.org/static/documents/foundation-visual-guidelines.pdf',
65 => 'https://github.com/joyent/node/tags?after=v0.0.4',
66 => 'https://www.wikidata.org/wiki/Q756100?uselang=en#P348',
67 => 'https://github.com/nodejs/node?tab=readme-ov-file#tsc-voting-members',
68 => 'https://github.com/nodejs/node/blob/master/BUILDING.md',
69 => 'https://github.com/nodejs/node/blob/master/LICENSE',
70 => 'https://opensource.org/licenses/MIT',
71 => 'https://web.archive.org/web/20131114212619/https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en',
72 => 'https://web.archive.org/web/20170401061100/http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html',
73 => 'https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en',
74 => 'http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodejs',
75 => 'https://nodejs.org/foundation/',
76 => 'http://collabprojects.linuxfoundation.org/',
77 => 'http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html',
78 => 'https://www.wikidata.org/wiki/Q756100#P1324',
79 => 'http://groups.google.com/forum/#!topic/nodejs/hfajgpvGTLY',
80 => 'https://www.zdnet.com/article/after-governance-breakdown-node-js-leaders-fight-for-its-survival/?loc=newsletter_large_thumb_related&ftag=TREc64629f&bhid=24465828771686428160302951310435/',
81 => 'https://nodejs.org/api/cluster.html',
82 => 'https://www.nli.org.il/en/authorities/987007381984505171',
83 => 'https://web.archive.org/web/20120508061750/http://www.nodeclipse.org/',
84 => 'http://id.worldcat.org/fast/1915815/',
85 => 'https://github.com/nodejs/node/releases/tag/v23.8.0',
86 => 'https://www.wikidata.org/wiki/Q756100?uselang=en#P856'
] |
Whether or not the change was made through a Tor exit node (tor_exit_node ) | false |
Unix timestamp of change (timestamp ) | '1742997835' |
External links in the new text (new_links ) | [
0 => 'https://github.com/joyent/node/tags?after=v0.0.4',
1 => 'https://github.com/nodejs/node/releases/tag/v23.8.0',
2 => 'https://github.com/nodejs/node/blob/master/BUILDING.md',
3 => 'https://github.com/nodejs/node/blob/master/LICENSE',
4 => 'https://opensource.org/licenses/MIT',
5 => 'https://web.archive.org/web/20131114212619/https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en',
6 => 'https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascript_everywhere_and_the_three_amigos?lang=en',
7 => 'http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodejs',
8 => 'https://nodejs.org/foundation/',
9 => 'http://collabprojects.linuxfoundation.org/',
10 => 'https://web.archive.org/web/20170401061100/http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html',
11 => 'http://blog.training.com/2016/09/about-nodejs-and-why-you-should-add.html',
12 => 'https://www.cnet.com/news/netscape-opens-intranet-attack/',
13 => 'https://groups.google.com/forum/#!topic/nodejs/lWo0MbHZ6Tc',
14 => 'https://belitsoft.com/php-development-services/php7-vs-nodejs',
15 => 'https://books.google.com/books?id=KGt-FxUEj48C&dq=nodejs&pg=PT24',
16 => 'https://www.jsconf.eu/2009/speaker/speakers_selected.html',
17 => 'https://www.youtube.com/watch?v=ztspvPYybIY',
18 => 'https://ghostarchive.org/varchive/youtube/20211215/ztspvPYybIY',
19 => 'https://books.google.com/books?id=ZH6bpbcrlvYC&q=nodejs',
20 => 'https://github.com/npm/npm/releases?after=v0.1.1',
21 => 'https://nodejs.org/en/blog/uncategorized/porting-node-to-windows-with-microsofts-help/',
22 => 'http://groups.google.com/forum/#!topic/nodejs/hfajgpvGTLY',
23 => 'https://nodejs.org/en/blog/uncategorized/tj-fontaine-new-node-lead/',
24 => 'http://www.infoworld.com/article/2855057/application-development/why-iojs-decided-to-fork-nodejs.html',
25 => 'https://web.archive.org/web/20150624075643/http://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new',
26 => 'https://www.linuxfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-announces-new',
27 => 'https://nodejs.org/en/blog/announcements/foundation-v4-announce/',
28 => 'https://medium.com/node-js-javascript/io-js-week-of-may-15th-9ada45bd8a28',
29 => 'https://iojs.org/en/',
30 => 'https://nodejs.org/static/documents/foundation-visual-guidelines.pdf',
31 => 'https://twitter.com/nodejs/status/1759953849849167878',
32 => 'https://books.google.com/books?id=KZQQAlhTOBgC&q=nodejs',
33 => 'https://books.google.com/books?id=dPaoCwAAQBAJ&q=nodejs',
34 => 'https://books.google.com/books?id=G1y_5kpmatUC&q=nodejs',
35 => 'https://nodejs.org/api/',
36 => 'https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js',
37 => 'https://books.google.com/books?id=Oda-MgEACAAJ&q=nodejs',
38 => 'https://nodejs.org/en/download/package-manager/',
39 => 'https://web.archive.org/web/20180311040354/http://infrasoft.com.au/bomBora.html',
40 => 'http://infrasoft.com.au/bomBora.html',
41 => 'https://books.google.com/books?id=5eGRAwAAQBAJ&q=nodejs',
42 => 'http://www.techrepublic.com/article/edge-js-bridges-the-gap-between-node-js-and-net/',
43 => 'https://www.jetbrains.com/webstorm/help/node-js.html',
44 => 'https://www.jetbrains.com/webstorm/help/running-and-debugging-node-js.html',
45 => 'https://www.visualstudio.com/en-us/features/node-js-vs.aspx',
46 => 'https://github.com/soywiz/typescript-node-definitions',
47 => 'https://github.com/DefinitelyTyped/DefinitelyTyped',
48 => 'https://web.archive.org/web/20160203083254/http://definitelytyped.org/',
49 => 'http://definitelytyped.org/',
50 => 'https://www.typescriptlang.org/Samples#ImageBoard',
51 => 'https://web.archive.org/web/20190518111659/http://www.typescriptlang.org/samples/#ImageBoard',
52 => 'http://www.infoworld.com/article/3003414/java/nodejs-takes-center-stage-in-netbeans-81.html',
53 => 'https://web.archive.org/web/20120508061750/http://www.nodeclipse.org/',
54 => 'https://channel9.msdn.com/Blogs/cloud-with-a-silver-lining/hello-visual-studio-code-nodejs',
55 => 'https://code.visualstudio.com/Docs/runtimes/nodejs',
56 => 'https://nodejs.org/en/about/releases/',
57 => 'https://github.com/nodejs/Release',
58 => 'https://nodejs.org/en/blog/announcements/nodejs16-eol/',
59 => 'https://github.com/nodejs/Release/blob/main/CODENAMES.md',
60 => 'http://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/',
61 => 'https://nodejs.org/api/cluster.html',
62 => 'http://strong-pm.io/',
63 => 'https://github.com/Unitech/pm2',
64 => 'http://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/',
65 => 'https://nodejs.org/about/',
66 => 'https://nodejs.org/api/addons.html',
67 => 'https://nodejs.org/en/foundation/',
68 => 'https://github.com/nodejs/TSC',
69 => 'https://web.archive.org/web/20170227070535/https://nodejs.org/en/about/working-groups/',
70 => 'https://nodejs.org/en/about/working-groups/',
71 => 'https://www.zdnet.com/article/after-governance-breakdown-node-js-leaders-fight-for-its-survival/?loc=newsletter_large_thumb_related&ftag=TREc64629f&bhid=24465828771686428160302951310435/',
72 => 'https://github.com/nodejs/node?tab=readme-ov-file#tsc-voting-members',
73 => 'https://www.wikidata.org/wiki/Q756100?uselang=en#P348',
74 => 'https://www.wikidata.org/wiki/Q756100#P1324',
75 => 'https://www.wikidata.org/wiki/Q756100?uselang=en#P856',
76 => 'https://www.wikidata.org/wiki/Q756100#P856',
77 => 'https://www.wikidata.org/wiki/Q756100#identifiers',
78 => 'https://github.com/nodejs/node',
79 => 'https://nodejs.org/',
80 => 'https://capabletechies.com/what-is-node-js/',
81 => 'http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118185463,descCd-authorInfo.html',
82 => 'http://twit.tv/show/floss-weekly/237',
83 => 'http://id.worldcat.org/fast/1915815/',
84 => 'https://d-nb.info/gnd/1027030742',
85 => 'https://id.loc.gov/authorities/n2013024269',
86 => 'https://aleph.nkp.cz/F/?func=find-c&local_base=aut&ccl_term=ica=ph903886&CON_LNG=ENG',
87 => 'https://www.nli.org.il/en/authorities/987007381984505171'
] |