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.11.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.11.0

  • (SEMVER-MINOR) crypto: add KeyObject.prototype.toCryptoKey (Filip Skokan) #55262
  • (SEMVER-MINOR) crypto: add Date fields for validTo and validFrom (Andrew Moon) #54159
  • doc: add abmusse to collaborators (Abdirahim Musse) #55086
  • (SEMVER-MINOR) http2: expose nghttp2_option_set_stream_reset_rate_limit as an option (Maël Nison) #54875
  • (SEMVER-MINOR) lib: propagate aborted state to dependent signals before firing events (jazelly) #54826
  • (SEMVER-MINOR) module: support loading entrypoint as url (RedYetiDev) #54933
  • (SEMVER-MINOR) module: implement flushCompileCache() (Joyee Cheung) #54971
  • (SEMVER-MINOR) module: throw when invalid argument is passed to enableCompileCache() (Joyee Cheung) #54971
  • (SEMVER-MINOR) module: write compile cache to temporary file and then rename it (Joyee Cheung) #54971
  • (SEMVER-MINOR) process: add process.features.require_module (Joyee Cheung) #55241
  • (SEMVER-MINOR) process: add process.features.typescript (Aviv Keller) #54295
  • (SEMVER-MINOR) test_runner: support custom arguments in run() (Aviv Keller) #55126
  • (SEMVER-MINOR) test_runner: add 'test:summary' event (Colin Ihrig) #54851
  • (SEMVER-MINOR) test_runner: add support for coverage via run() (Chemi Atlow) #53937
  • (SEMVER-MINOR) worker: add markAsUncloneable api (Jason Zhang) #55234

Node.js for Mac

Free
In English
Version 22.11.0
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