dh_nodejs
evented I/O for V8 javascript (development files)
Install
- All systems
-
curl cmd.cat/dh_nodejs.sh
- Debian
-
apt-get install nodejs-dev
- Ubuntu
-
apt-get install nodejs-dev
- Alpine
-
apk add nodejs-dev
- Kali Linux
-
apt-get install nodejs-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nodejs-dev
- Raspbian
-
apt-get install nodejs-dev
- Dockerfile
- dockerfile.run/dh_nodejs
- Docker
-
docker run cmd.cat/dh_nodejs dh_nodejs
powered by Commando
nodejs-dev
evented I/O for V8 javascript (development files)
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 is needed to build plugins.