nodejs
evented I/O for V8 javascript
Install
- All systems
-
curl cmd.cat/nodejs.sh
- Debian
-
apt-get install nodejs
- Ubuntu
-
apt-get install nodejs
- Alpine
-
apk add nodejs
- Arch Linux
-
pacman -S nodejs
- Kali Linux
-
apt-get install nodejs
- Fedora
-
dnf install nodejs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nodejs
- Raspbian
-
apt-get install nodejs
- Dockerfile
- dockerfile.run/nodejs
- Docker
-
docker run cmd.cat/nodejs nodejs
powered by Commando
nodejs
evented I/O for V8 javascript
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Node.js is bundled with several useful libraries to handle server tasks: System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
nodejs-dbg
evented I/O for V8 javascript (debug)
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. This package contains the debugging symbols.