Node - JS: Node - Js Is An Open-Source, Cross-Platform, Javascript Runtime
Node - JS: Node - Js Is An Open-Source, Cross-Platform, Javascript Runtime
js
Node.js is an open-source, cross-platform, JavaScript runtime
environment that executes JavaScript code outside of a web browser. Node.js
Node.js lets developers use JavaScript to write command line tools
and for server-side scripting—running scripts server-side to produce
dynamic web page content before the page is sent to the user's web
browser. Consequently, Node.js represents a "JavaScript
everywhere" paradigm,[6] unifying web-application development
around a single programming language, rather than different
languages for server- and client-side scripts.
Original author(s) Ryan Dahl
Though .js is the standard filename extension for JavaScript code,
the name "Node.js" doesn't refer to a particular file in this context Developer(s) Various
and is merely the name of the product. Node.js has an event-driven Initial release May 27, 2009[1]
architecture capable of asynchronous I/O. These design choices aim
Stable release 14.2.0 / May 5,
to optimize throughput and scalability in web applications with
2020[2]
many input/output operations, as well as for real-time Web
applications (e.g., real-time communication programs and browser Repository github.com
games).[7] /nodejs/node (h
ttps://github.co
The Node.js distributed development project was previously
m/nodejs/node)
governed by the Node.js Foundation,[8] and has now merged with
the JS Foundation to form the OpenJS Foundation, which is
facilitated by the Linux Foundation's Collaborative Projects Written in C, C++,
program.[9] JavaScript
Operating system Linux, macOS,
Corporate users of Node.js software include GoDaddy,[10]
Microsoft
Groupon,[11] IBM,[12] LinkedIn,[13][14] Microsoft,[15][16] Netflix,[17]
PayPal,[18][19] Rakuten, SAP,[20] Voxer,[21] Walmart,[22] and Windows,
Yahoo!.[23] SmartOS,
FreeBSD,
OpenBSD, IBM
AIX[3]
Contents
Type Runtime
History environment
Overview License MIT license[4][5]
Platform architecture
Website nodejs.org (http
Industry support s://nodejs.org)
Releases
Technical details
Threading
V8
Package management
Unified API
Event loop
WebAssembly
Project governance
See also
References
Further reading
External links
History
Node.js was written initially by Ryan Dahl in 2009,[24] about
thirteen years after the introduction of the first server-side JavaScript
environment, Netscape's LiveWire Pro Web.[25] The initial release
supported only Linux and Mac OS X. Its development and
maintenance was led by Dahl and later sponsored by Joyent.[26]
In June 2011, Microsoft and Joyent implemented a native Windows version of Node.js.[33] The first Node.js
build supporting Windows was released in July 2011.
In January 2012, Dahl stepped aside, promoting coworker and npm creator Isaac Schlueter to manage the
project.[34] In January 2014, Schlueter announced that Timothy J. Fontaine would lead the project.[35]
In December 2014, Fedor Indutny started io.js, a fork of Node.js. Due to the internal conflict over Joyent's
governance, io.js was created as an open governance alternative with a separate technical committee.[36][37]
Unlike Node.js,[38] the authors planned to keep io.js up-to-date with the latest releases of the Google V8
JavaScript engine.[39]
In February 2015, the intent to form a neutral Node.js Foundation was announced. By June 2015, the
Node.js and io.js communities voted to work together under the Node.js Foundation.[40]
In September 2015, Node.js v0.12 and io.js v3.3 were merged back together into Node v4.0.[41] This merge
brought V8 ES6 features into Node.js and a long-term support release cycle.[42] As of 2016, the io.js website
recommends that developers switch back to Node.js and that no further releases of io.js are planned due to
the merge.[43]
In May 2018, one of the original authors of Node.js, Ryan Dahl, released the first version of Deno, a new
TypeScript based Node.js alternative. Deno, written in Rust, was designed to address Dahl's perceived
shortcomings of Node.js.[44]
In 2019, the JS Foundation and Node.js Foundation merged to form the OpenJS Foundation.
Overview
Node.js allows the creation of Web servers and networking tools using JavaScript and a collection of
"modules" that handle various core functionalities.[28][31][45][46][47] Modules are provided for file system
I/O, networking (DNS, HTTP, TCP, TLS/SSL, or UDP), binary data (buffers), cryptography functions, data
streams, and other core functions.[31][46][48] Node.js's modules use an API designed to reduce the
complexity of writing server applications.[31][46]
JavaScript is the only language that Node.js supports natively, but many compile-to-JS languages are
available.[49] As a result, Node.js applications can be written in CoffeeScript,[50] Dart, TypeScript,
ClojureScript and others.
Node.js is primarily used to build network programs such as Web servers.[45] The most significant
difference between Node.js and PHP is that most functions in PHP block until completion (commands only
execute after previous commands finish), while Node.js functions are non-blocking (commands execute
concurrently or even in parallel,[51][52] and use callbacks to signal completion or failure).[45]
Node.js is officially supported on Linux, macOS and Microsoft Windows 8.1 and Server 2012 (and later),[3]
with tier 2 support for SmartOS and IBM AIX and experimental support for FreeBSD. OpenBSD also
works, and LTS versions available for IBM i (AS/400).[53] The provided source code may also be built on
similar operating systems to those officially supported or be modified by third parties to support others such
as NonStop OS[54] and Unix servers.
Platform architecture
Node.js brings event-driven programming to web servers, enabling development of fast web servers in
JavaScript.[31] Developers can create scalable servers without using threading, by using a simplified model
of event-driven programming that uses callbacks to signal the completion of a task.[31] Node.js connects the
ease of a scripting language (JavaScript) with the power of Unix network programming.[31]
Node.js was built on the Google V8 JavaScript engine since it was open-sourced under the BSD license. It is
proficient with internet fundamentals such as HTTP, DNS, TCP.[28] JavaScript was also a well-known
language, making Node.js accessible to the web development community.[28]
Industry support
There are thousands of open-source libraries for Node.js, most of them hosted on the npm website. The
Node.js developer community has two main mailing lists and the IRC channel #node.js on freenode. There
are multiple developer conferences and events that support the Node.js community, including NodeConf (htt
p://nodeconf.com/), Node Interactive (https://web.archive.org/web/20171123024622/http://events.linuxfoun
dation.org/events/node-interactive), and Node Summit (http://www.nodesummit.com/) as well as a number
of regional events.
The open-source community has developed web frameworks to accelerate the development of applications.
Such frameworks include Connect, Express.js, Socket.IO, Feathers.js, Koa.js, Hapi.js, Sails.js, Meteor,
Derby, and many others.[31][55] Various packages have also been created for interfacing with other
languages or runtime environments such as Microsoft .NET.[56]
Modern desktop IDEs provide editing and debugging features specifically for Node.js applications. Such
IDEs include Atom, Brackets, JetBrains WebStorm,[57][58] Microsoft Visual Studio (with Node.js Tools for
Visual Studio,[59] or TypeScript with Node definitions,[60][61][62][63]) NetBeans,[64] Nodeclipse Enide
Studio[65] (Eclipse-based), and Visual Studio Code.[66][67] Certain online web-based IDEs also support
Node.js, such as Codeanywhere, Codenvy, Cloud9 IDE, Koding, and the visual flow editor in Node-RED.
Node.js is supported across a number of cloud hosting platforms like Jelastic, Google Cloud Platform, AWS
Elastic Beanstalk, Joyent and others.
Releases
Release Active LTS Maintenance Maintenance
Release Status Code name
date start start end
End-of-
v0.10.x 2013-03-11 - 2015-10-01 2016-10-31
Life
End-of-
v0.12.x 2015-02-06 - 2016-04-01 2016-12-31
Life
End-of-
4.x Argon[68] 2015-09-08 2015-10-01 2017-04-01 2018-04-30
Life
End-of-
5.x 2015-10-29 N/A 2016-06-30
Life
End-of-
6.x Boron[68] 2016-04-26 2016-10-18 2018-04-30 2019-04-30
Life
End-of-
7.x 2016-10-25 N/A 2017-06-30
Life
End-of-
8.x Carbon[68] 2017-05-30 2017-10-31 2019-01-01[69] 2019-12-31
Life
End-of-
9.x 2017-10-01 N/A 2018-06-30
Life
End-of-
11.x 2018-10-23 N/A 2019-06-01
Life
New major releases of Node.js are cut from the GitHub master 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 (LTS), which gives that version 18
months of active support from the date it is designated LTS. After these 18 months expire, an LTS release
receives an additional 12 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 only receives
critical fixes and documentation updates.[68] 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.
Threading
Node.js operates on a 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 switching.[70] 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. 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.[7]
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 doesn't allow vertical scaling by increasing the
number of CPU cores of the machine it is running on without using an additional module, such as cluster,[51]
StrongLoop Process Manager,[71] or pm2.[72] However, developers can increase the default number of
threads in the libuv thread pool. The server operating system (OS) is likely to distribute these threads across
multiple cores.[73] Another problem is that long-lasting computations and other CPU-bound tasks freeze the
entire event-loop until completion.
Node.js uses libuv 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, and
Unix.
The core functionality of Node.js resides in a JavaScript library. The Node.js bindings, written in C++,
connect these technologies to each other and to the operating system.
V8
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 at
runtime. [7] As of 2016, it also includes Ignition, a bytecode interpreter.
Package management
npm is the pre-installed package manager for the Node.js server platform. It installs Node.js programs from
the npm registry (https://www.npmjs.com/), organizing the installation and management of third-party
Node.js programs. Packages in the npm registry can range from simple helper libraries such as Lodash to
task runners such as Grunt.
Unified API
Node.js can be combined with a browser, a database that supports JSON data (such as Postgres,[74]
MongoDB, or CouchDB) and JSON for a unified JavaScript development stack. With the adaptation of what
were essentially server-side development patterns such as MVC, MVP, MVVM, etc., Node.js allows the
reuse of the same model and service interface between client side and server side.
Event loop
Node.js registers with the operating system so the OS notifies it of connections and issues a callback. Within
the Node.js runtime, each connection is a small heap allocation. Traditionally, relatively heavyweight OS
processes or threads handled each connection. Node.js uses an event loop for scalability, instead of
processes or threads.[75] In contrast to other event-driven servers, 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 version 14.x has an experimental support of WASI, the
WebAssembly System Interface.
Project governance
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."[76]
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.[77] 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.[78]
In August 2017, a third of the TSC members resigned due to a dispute related to the project's code of
conduct.[79]
See also
List of server-side JavaScript implementations
List of JavaScript libraries
MEAN (software bundle)
Online JavaScript IDE
Rhino (JavaScript engine)
Deno (software) - a 'replacement' for Node.js written by one of the original authors
Application server
References
1. "node-v0.x-archive on GitHub" (https://github.com/joyent/node/tags?after=v0.0.4). Retrieved
2 August 2014.
2. "Node.js 14 ChangeLog" (https://github.com/nodejs/node/blob/master/doc/changelogs/CHANG
ELOG_V14.md). Retrieved 6 May 2020 – via GitHub.
3. "nodejs/node" (https://github.com/nodejs/node/blob/master/BUILDING.md). GitHub.
4. "node/LICENSE at master" (https://github.com/nodejs/node/blob/master/LICENSE). GitHub.
Node.js Foundation. 17 September 2018. Retrieved 17 September 2018.
5. "The MIT License" (https://opensource.org/licenses/MIT). Open Source Initiative. 17
September 2018. Retrieved 17 September 2018.
6. gcuomo (24 October 2013). "JavaScript Everywhere and the Three Amigos (Into the wild
BLUE yonder!)" (https://www.ibm.com/developerworks/community/blogs/gcuomo/entry/javascri
pt_everywhere_and_the_three_amigos?lang=en). www.ibm.com.
7. Laurent Orsini (http://readwrite.com/author/lauren-orsini) (7 November 2013). "What You Need
To Know About Node.js" (http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodej
s). readwrite. Archived from the original (http://readwrite.com/) on 7 November 2013. Retrieved
22 January 2016.
8. "Node.js Foundation - Node.js" (https://nodejs.org/foundation/). Retrieved 4 July 2015.
9. "Linux Foundation Collaborative Projects" (http://collabprojects.linuxfoundation.org/). Retrieved
4 July 2015.
10. Why GoDaddy's Nodejitsu deal is great for Node.js (https://venturebeat.com/2015/02/10/why-g
odaddys-nodejitsu-deal-is-great-for-node-js/), VentureBeat, 10 February 2015
11. Geitgey, Adam (30 October 2013). "I-Tier: Dismantling the Monoliths" (https://engineering.grou
pon.com/2013/misc/i-tier-dismantling-the-monoliths/). Groupon. Retrieved 30 April 2014.
12. "IBM Bluemix" (http://www.ibm.com/bluemix). Retrieved 4 July 2015.
13. "You'll never believe how LinkedIn built its new iPad app" (https://venturebeat.com/2012/05/02/
linkedin-ipad-app-engineering/). VentureBeat. 2 May 2012. Retrieved 10 May 2012.
14. "Blazing fast node.js: 10 performance tips from LinkedIn Mobile" (http://engineering.linkedin.co
m/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile). Retrieved 7 April 2015.
15. Baxter-Reynolds, Matthew (9 November 2011). "Here's why you should be happy that
Microsoft is embracing Node.js" (https://www.theguardian.com/technology/blog/2011/nov/09/pr
ogramming-microsoft). London: The Guardian. Retrieved 10 May 2012.
16. "WebMatrix - Front End Web Developers take note (ASP.NET, PHP, node.js and more)" (http://
www.hanselman.com/blog/WebMatrix2FrontEndWebDevelopersTakeNoteASPNETPHPNodejs
AndMore.aspx). Retrieved 2 August 2014.
17. Node.js in Flames (http://techblog.netflix.com/2014/11/nodejs-in-flames.html) 19 November
2014
18. "Clash of the Titans: Releasing the Kraken, NodeJS @paypal" (https://www.youtube.com/watc
h?v=tZWGb0HU2QM). fluentconf.com. 28 May 2013. Retrieved 11 September 2013.
19. "All such companies and their products in which Node.js is used" (https://github.com/joyent/no
de/wiki/Projects,-Applications,-and-Companies-Using-Node). Retrieved 2 August 2014.
20. "SAP AppBuilder" (https://web.archive.org/web/20140212112431/http://help.sap.com/appbuild
er). SAP. 10 March 2014. Archived from the original (https://web.archive.org/web/20140515000
000*/http://help.sap.com/appbuilder) on 12 February 2014. Retrieved 10 October 2018.
21. The Node Ahead: JavaScript leaps from browser into future (https://www.theregister.co.uk/201
1/03/01/the_rise_and_rise_of_node_dot_js/), The Register, 1 March 2011
22. "Why Walmart is using Node.js" (https://venturebeat.com/2012/01/24/why-walmart-is-using-no
de-js/). VentureBeat. 24 January 2012. Retrieved 10 May 2012.
23. "Why You Really Need (A) node.js development services" (https://codebrahma.com/node-js-de
velopment-company//). codebrahma. 10 January 2018. Retrieved 10 January 2018.
24. "About Node.js, and why you should add Node.js to your skill set?" (http://blog.training.com/20
16/09/about-nodejs-and-why-you-should-add.html). Training.com. Training.com. Retrieved
23 October 2016.
25. "Netscape opens intranet attack" (https://www.cnet.com/news/netscape-opens-intranet-
attack/). CNET. Retrieved 20 April 2017.
26. Ryan Dahl (9 November 2010). "Joyent and Node" (https://groups.google.com/forum/#!topic/no
dejs/lWo0MbHZ6Tc). Google Groups. Retrieved 5 February 2015.
27. "PHP 7 vs Node.js? They Can Be Partners, Not Competitors For a Developer!" (https://belitsof
t.com/php-development-services/php7-vs-nodejs). Retrieved 21 December 2016.
28. Sams Teach Yourself Node.js in 24 Hours (https://books.google.com/books?id=KGt-FxUEj48C
&pg=PT24&dq=nodejs&hl=en&sa=X#v=onepage&q=nodejs&f=false), Sams Publishing, 05-
Sep-2012
29. "Ryan Dahl at JSConf EU 2009" (http://jsconf.eu/2009/speaker/speakers_selected.html).
30. "Ryan Dahl at JSConf EU 2009 Video" (https://www.youtube.com/watch?v=ztspvPYybIY).
31. Professional Node.js: Building JavaScript Based Scalable Software (https://books.google.com/
books?id=ZH6bpbcrlvYC&printsec=frontcover&dq=nodejs&hl=en&sa=X#v=onepage&q=nodej
s&f=false), John Wiley & Sons, 01-Oct-2012
32. "Earliest releases of npm" (https://github.com/npm/npm/releases?after=v0.1.1). GitHub.
Retrieved 27 July 2016.
33. "Porting Node to Windows With Microsoft's Help" (https://nodejs.org/en/blog/uncategorized/por
ting-node-to-windows-with-microsofts-help/). Retrieved 17 April 2016.
34. Dahl, Ryan. "New gatekeeper" (https://groups.google.com/forum/#!topic/nodejs/hfajgpvGTLY).
Retrieved 26 October 2013.
35. Schlueter, Isaac (15 January 2014). "The Next Phase of Node.js" (https://nodejs.org/en/blog/un
categorized/tj-fontaine-new-node-lead/). Retrieved 21 January 2014.
36. Krill, Paul (4 December 2014). "Why io.js Decided to Fork Node.js" (http://www.javaworld.com/
article/2855639/open-source-tools/qanda-why-io-js-decided-to-fork-node-js.html). JavaWorld.
Retrieved 15 December 2014.
37. Q&A: Why io.js decided to fork Node.js (http://www.infoworld.com/article/2855057/application-d
evelopment/why-iojs-decided-to-fork-nodejs.html), InfoWorld Tech Watch
38. Ben Noordhuis (12 November 2014). "Issue 3692: function suddenly becomes undefined" (http
s://code.google.com/p/v8/issues/detail?id=3692#c3). V8 JavaScript Engine Issues. Retrieved
2 February 2015.
39. Mikeal, Rogers (28 January 2015). "State of io.js" (https://medium.com/node-js-javascript/state
-of-io-js-2b3094e6f923). Retrieved 2 February 2015.
40. "Node.js Foundation Advances Community Collaboration, Announces New Members and
Ratified Technical Governance" (https://web.archive.org/web/20150624075643/http://www.linu
xfoundation.org/news-media/announcements/2015/06/nodejs-foundation-advances-community
-collaboration-announces-new). Archived from the original (https://www.linuxfoundation.org/ne
ws-media/announcements/2015/06/nodejs-foundation-advances-community-collaboration-ann
ounces-new) on 24 June 2015. Retrieved 4 July 2015.
41. "Node.js Foundation Combines Node.js and io.js Into Single Codebase in New Release" (http
s://nodejs.org/en/blog/announcements/foundation-v4-announce/). Retrieved 28 January 2016.
42. "io.js and Node.js merge" (https://medium.com/node-js-javascript/io-js-week-of-may-15th-9ada
45bd8a28). Retrieved 27 June 2015.
43. Io.js, JavaScript I/O (https://iojs.org/en/), "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."
44. JSConf (6 June 2018), 10 Things I Regret About Node.js - Ryan Dahl - JSConf EU 2018 (http
s://www.youtube.com/watch?v=M3BM9TB-8yA), retrieved 17 May 2019
45. Node.js for PHP Developers (https://books.google.com/books?id=KZQQAlhTOBgC&printsec=f
rontcover&dq=nodejs&hl=en&sa=X#v=onepage&q=nodejs&f=false), O'Reilly Media, Inc., 2013
46. Node.js Essentials (https://books.google.co.nz/books?id=dPaoCwAAQBAJ&dq=nodejs&hl=en
&sa=X&redir_esc=y), Packt Publishing, 10-Nov-2015
47. Smashing Node.js: JavaScript Everywhere (https://books.google.com/books?id=G1y_5kpmatU
C&printsec=frontcover&dq=nodejs&hl=en&sa=X#v=onepage&q=nodejs&f=false), John Wiley
& Sons, 14-Aug-2012
48. Modules (https://nodejs.org/api/), Nodejs Website
49. "List of languages that compile to JS" (https://github.com/jashkenas/coffeescript/wiki/list-of-lan
guages-that-compile-to-js). Github.
50. CoffeeScript on Node.js (https://books.google.com/books?id=Oda-MgEACAAJ&dq=nodejs).
O'Reilly Media, Inc. 15 April 2013. ISBN 9781449316846. Retrieved 17 May 2015.
51. "Node.js's cluster module" (https://nodejs.org/api/cluster.html). Retrieved 19 October 2017.
52. "Node.js's child_process module" (https://nodejs.org/api/child_process.html). Retrieved
19 October 2017.
53. Foundation, Node js. "Installing Node.js via package manager" (https://nodejs.org/en/downloa
d/package-manager/). Node.js. Retrieved 19 May 2019.
54. "bomBora - Node.js for NonStop" (http://infrasoft.com.au/bomBora.html). Infrasoft. Retrieved
14 August 2015.
55. Express.js Guide: The Comprehensive Book on Express.js (https://books.google.com/books?i
d=5eGRAwAAQBAJ&printsec=frontcover&dq=nodejs&hl=en&sa=X#v=onepage&q=nodejs&f=f
alse), Azat Mardan, 28-May-2014
56. Edge.js bridges the gap between Node.js and .NET (https://www.techrepublic.com/article/edge
-js-bridges-the-gap-between-node-js-and-net/), TechRepublic, Tony Patton, 1 July 2014
57. Node.js (https://www.jetbrains.com/webstorm/help/node-js.html), WebStorm supports
integration with the Node.js runtime environment, WebStorm Help
58. Running and Debugging Node.js (https://www.jetbrains.com/webstorm/help/running-and-debug
ging-node-js.html), WebStorm Help
59. "Node.js Tools for Visual Studio" (https://www.visualstudio.com/en-us/features/node-js-
vs.aspx). Retrieved 1 February 2016.
60. soywiz/typescript-node-definitions TypeScript's typings for some popular node.js modules (http
s://github.com/soywiz/typescript-node-definitions), GitHub
61. DefinitelyTyped (https://github.com/DefinitelyTyped/DefinitelyTyped), GitHub
62. The repository for high quality TypeScript type definitions (http://definitelytyped.org/) Archived
(https://web.archive.org/web/20160203083254/http://definitelytyped.org/) 3 February 2016 at
the Wayback Machine
63. ImageBoard, A Node.js + Express + MongoDB application built using TypeScript on the server
(https://www.typescriptlang.org/Samples#ImageBoard), TypeScript Samples
64. Krill, Paul (10 November 2015). "Node.js takes center stage in NetBeans 8.1" (http://www.info
world.com/article/3003414/java/nodejs-takes-center-stage-in-netbeans-81.html). InfoWorld.
65. Nodeclipse, Enide -- Node.JS development in Eclipse (http://www.nodeclipse.org/), Nodeclipse
Website
66. Hello Visual Studio Code (with NodeJS) (https://channel9.msdn.com/Blogs/cloud-with-a-silver-l
ining/hello-visual-studio-code-nodejs), Channel 9, Microsoft
67. Node.js Applications with VS Code (https://code.visualstudio.com/Docs/runtimes/nodejs),
Visual Studio Code
68. "nodejs/Release" (https://github.com/nodejs/Release). GitHub. Retrieved 3 May 2018.
69. "Node 8 reschedule" (https://github.com/nodejs/Release/pull/391/files). Retrieved 22 January
2019.
70. "Node.js w/1M concurrent connections!" (http://blog.caustik.com/2012/08/19/node-js-w1m-conc
urrent-connections/). caustik's blog.
71. "StrongLoop Process Manager" (http://strong-pm.io/).
72. "GitHub - Unitech/pm2: Production process manager for Node.js applications with a built-in
load balancer" (https://github.com/Unitech/pm2). GitHub.
73. Aleksander Kasiuk (22 April 2015). "On problems with threads in node.js - Future Processing"
(http://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/).
74. "PostgreSQL: Documentation: 9.4: JSON Types" (https://www.postgresql.org/docs/9.4/static/da
tatype-json.html). www.postgresql.org. Retrieved 20 October 2016.
75. About Node.js (https://nodejs.org/about/), Node.js Website
76. Foundation, Node.js. "Node.js Foundation | Node.js" (https://nodejs.org/en/foundation/).
nodejs.org. Retrieved 8 March 2017.
77. "nodejs/TSC" (https://github.com/nodejs/TSC). GitHub. Retrieved 8 March 2017.
78. Foundation, Node.js. "Working Groups | Node.js" (https://nodejs.org/en/about/working-
groups/). nodejs.org. Retrieved 8 March 2017.
79. Whittaker, Zack, After governance breakdown, Node.js leaders fight for its survival (https://ww
w.zdnet.com/article/after-governance-breakdown-node-js-leaders-fight-for-its-survival/?loc=ne
wsletter_large_thumb_related&ftag=TREc64629f&bhid=244658287716864281603029513104
35/), ZDNet, 25 August 2017
Further reading
Hughes-Croucher, Tom; Wilson, Mike (April 2012), Up and Running with Node.js, O'Reilly
Media, ISBN 978-1-4493-9858-3
Ornbo, George (September 2012), Sams Teach Yourself Node.js in 24 Hours, SAMS
Publishing, ISBN 978-0-672-33595-2
Teixeira, Pedro (October 2012), Professional Node.js (http://eu.wiley.com/WileyCDA/WileyTitle/
productCd-1118185463,descCd-authorInfo.html), John Wiley & Sons, ISBN 978-1-118-22754-
1
Randal L. Schwartz and Aaron Newcomb (9 January 2013). "Episode 237: Node.js" (http://twit.
tv/show/floss-weekly/237). twit.tv/show/floss-weekly (Podcast). TWiT.tv. Event occurs at
1:08:13. Retrieved 9 January 2013.
Gackenheimer, Cory (October 2013), Node.js Recipes: A Problem-Solution Approach, Apress,
ISBN 978-1-4302-6058-5
External links
Official website (https://nodejs.org)
GitHub Repository (https://github.com/nodejs/node)
Retrieved from "https://en.wikipedia.org/w/index.php?title=Node.js&oldid=956285785"
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.