Node.js icon

Node.js For Linux

4.8/5 5
Other/Proprietary License

A very powerful command-line program to easily create scalable network applications. #Build network app  #Non-blocking I/O model  #Real-time application  #Develop  #Non-blocking  #Build  

Softpedia Review

specifications

changelog

Free Download

Review by:
5.0/5

Node.js is an open source and completely free software that empowers web developers to build scalable and fast network programs. Being based on Chrome's JavaScript runtime, the Node.js software is extremely efficient and lightweight, especially because it uses a non-blocking, event-driven I/O model.

Node.js is currently considered the top platform for running server-side JavaScript code, being used in production in big companies like Google, eBay, Yahoo, LinkedIn, Microsoft, Cloud9 and many more.

The following code will create a simple web server that responds with "Hello World" for every request.

var http = require('http'); http.createServer(function (req, res) {  res.writeHead(200, {'Content-Type': 'text/plain'});  res.end('Hello Worldn'); }).listen(1337, '127.0.0.1'); console.log('Server running at http://127.0.0.1:1337/');

In order to run the HTTP server, you will have to the code above into a file called “example.js” (without quotes) and execute it with the node command from a terminal emulator:

% node example.js Server running at http://127.0.0.1:1337/

Node.js is a multi-platform application that has been successfully tested under numerous GNU/Linux distributions, including Debian, Ubuntu, Arch Linux, Fedora, Red Hat Enterprise Linux, openSUSE, Mageia, Slackware, and others, as well as on the commercial Mac OS X and Microsoft Windows operating systems. Both 64-bit and 32-bit instruction set architectures are supported at this time.

As mentioned, this is a multi-platform software. It can be downloaded as pre-built installers for the Mac OS X, GNU/Linux and Microsoft Windows operating systems, as well as a universal source archive that can be compiled and installed on virtually any operating system where Python is supported.

What's new in Node.js 22.0.0 Current:

  • We're excited to announce the release of Node.js 22!
  • Highlights include require()ing ESM graphs, WebSocket client, updates of the V8 JavaScript engine, and more!
  • As a reminder, Node.js 22 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months.
  • We encourage you to explore the new features and benefits offered by this latest release and evaluate their potential impact on your applications.
Read the full changelog

Node.js 22.0.0 Current / 20.12.2 LTS

Softpedia Pick image  Softpedia Editor's Pick add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  2 screenshots:
Node.js - This simple web server written in Node responds with "Hello World" for every request.Node.js - Command-line usage example of Node.js
  main category:
Programming
  developer:
  visit homepage

Windows Sandbox Launcher 1.0.0

Set up the Windows Sandbox parameters to your specific requirements, with this dedicated launcher that features advanced parametrization
Windows Sandbox Launcher

4k Video Downloader 1.5.3.0080 Plus / 4.30.0.5655

Export your favorite YouTube videos and playlists with this intuitive, lightweight program, built to facilitate downloading clips from the popular website
4k Video Downloader

calibre 7.9.0

Effortlessly keep your e-book library thoroughly organized with the help of the numerous features offered by this efficient and capable manager
calibre

7-Zip 23.01 / 24.04 Beta

An intuitive application with a very good compression ratio that can help you not only create and extract archives, but also test them for errors
7-Zip

IrfanView 4.67

With support for a long list of plugins, this minimalistic utility helps you view images, as well as edit and convert them using a built-in batch mode
IrfanView

Microsoft Teams 24060.3102.2733.5911 Home / 1.7.00.7956 Work

Effortlessly chat, collaborate on projects, and transfer files within a business-like environment by employing this Microsoft-vetted application
Microsoft Teams

Zoom Client 6.0.3.37634

The official desktop client for Zoom, the popular video conferencing and collaboration tool used by millions of people worldwide
Zoom Client

ShareX 16.0.1

Capture your screen, create GIFs, and record videos through this versatile solution that includes various other amenities: an OCR scanner, image uploader, URL shortener, and much more
ShareX

Context Menu Manager 3.3.3.1

Customize Windows’ original right-click context menu using this free, portable and open-source utility meant to enhance your workflow
Context Menu Manager

Bitdefender Antivirus Free 27.0.35.146

Feather-light and free antivirus solution from renowned developer that keeps the PC protected at all times from malware without requiring user configuration
Bitdefender Antivirus Free

% discount
ShareX
  • ShareX
  • Context Menu Manager
  • Bitdefender Antivirus Free
  • Windows Sandbox Launcher
  • 4k Video Downloader
  • calibre
  • 7-Zip
  • IrfanView
  • Microsoft Teams
  • Zoom Client
essentials


Load comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy