We stand with Ukraine to help keep people safe. Join us
All Apps
Best AppsReviewsComparisonsHow-To
Node.js free download for Mac

Node.js

Version 21.7.2

Scalable event-driven JavaScript runtime.

4.0
Based on 4 user ratesRead reviews & comments
Free
Absolutely Free

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 21.7.2

Updated on Apr 04 2024

Notable changes
  • CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() leads to HTTP/2 server crash- (High)
  • CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation- (Medium)
  • llhttp version 9.2.1
  • undici version 6.11.1

Information

License

Free

Size

76.8 MB

Developer’s website

https://nodejs.org/en

Downloads

1719

App requirements

  • Intel 64
  • Apple Silicon
  • OS X 10.9 or later
  • v20.11.1 LTS Recommended For Most Users
Try our new feature and write a detailed review about Node.js. All reviews will be posted soon.

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.
0.0

(0 Reviews of )

There are no reviews yet
  • 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
mrogov
mrogov
Aug 8 2021
16.6.1
1.0
Aug 8 2021
1.0
Version: 16.6.1
Free
Absolutely Free
How would you rate Node.js?
Similar apps
JavaScript Condenser
Quickly compress your JavaScript code (beta).
Is this app is similar to JavaScript Condenser? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
RunJS
JavaScript scrapbook.
Is this app is similar to RunJS? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
Espresso
Powerful HTML, XML, CSS, and JavaScript development tool.
Is this app is similar to Espresso? Vote to improve the quality of this list.
Vote results
1
Upvotes
0
Total score
-1
Downvotes