node
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.
- Versions: 18.19.0 · 10.24.1
- Website: https://nodejs.org/
- Licenses: Expat
- Package source: gnu/packages/node.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of node
as follows:
guix install node
Or install a particular version:
guix install node@10.24.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/node/'><img src='http://127.0.0.1:3000/packages/node/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/node/badges/latest-version.svg)](http://127.0.0.1:3000/packages/node/) Org: [[http://127.0.0.1:3000/packages/node/][http://127.0.0.1:3000/packages/node/badges/latest-version.svg]]