We stand with Ukraine to help keep people safe. Join us
All Apps
Best AppsReviewsComparisonsHow-To
When you purchase through links on our site, we may earn an affiliate commission

Node.js for Mac

Scalable event-driven JavaScript runtime.

Free
In English
Version 22.4.0
4.0
Based on 3 user rates

Node.js overview

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.

Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library. In other systems, there is always a blocking call to start the event-loop. Typically, behavior is defined through callbacks at the beginning of a script, and at the end a server is started through a blocking call like EventMachine::run(). In Node.js, there is no such start-the-event-loop call. Node.js simply enters the event loop after executing the input script. Node.js exits the event loop when there are no more callbacks to perform. This behavior is like browser JavaScript - the event loop is hidden from the user.

HTTP is a first-class citizen in Node.js, designed with streaming and low latency in mind. This makes Nodejs well suited for the foundation of a web library or framework.

Node.js being designed without threads doesn't mean you can't take advantage of multiple cores in your environment. Child processes can be spawned by using our child_process.fork() API, and are designed to be easy to communicate with. Built upon that same interface is the cluster module, which allows you to share sockets between processes to enable load balancing over your cores.

What’s new in version 22.4.0

API stability updates
  • doc: move node --run stability to rc (Yagiz Nizipli) #53433
  • doc: mark WebSocket as stable (Matthew Aitken) #53352
  • doc: mark --heap-prof and related flags stable (Joyee Cheung) #53343
  • doc: mark --cpu-prof and related flags stable (Joyee Cheung) #53343
Other Notable Changes
  • doc: doc-only deprecate OpenSSL engine-based APIs (Richard Lau) #53329
  • inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth (Joyee Cheung) #53473
  • (SEMVER-MINOR) lib: add diagnostics_channel events to module loading (RafaelGSS) #44340
  • (SEMVER-MINOR) util: support --no- for argument with boolean type for parseArgs (Zhenwei Jin) #53107

Full list of changes available here

Node.js for Mac

Free
In English
Version 22.4.0

What users say about Node.js

Try our new feature and write a detailed review about Node.js

Write your thoughts in our old-fashioned comment

MacUpdate Comment Policy. We strongly recommend leaving comments, however comments with abusive words, bullying, personal attacks of any type will be moderated.
4.0

(2 Reviews of Node.js)

  • Comments

  • User Ratings

premkumar3192146
premkumar3192146
Feb 23 2024
21.6.2
0.0
Feb 23 2024
0.0
Version: 21.6.2
Poor boy
Awado
Awado
Oct 22 2022
19.0.0
5.0
Oct 22 2022
5.0
Version: 19.0.0
Giving node.js a one star rating means the person had no clue what it is.
Awado
Awado
Apr 4 2024
21.7.2
5.0
Apr 4 2024
5.0
Version: 21.7.2
Yaroslav
Yaroslav
Oct 24 2022
19.0.0
5.0
Oct 24 2022
5.0
Version: 19.0.0
barin
barin
Oct 24 2022
19.0.0
5.0
Oct 24 2022
5.0
Version: 19.0.0