Node.js is a open source platform to create network applications using JavaScript. The applications are executed on the server and not as usual on the client in the browser.
Integrated modules, such as the HTTP-module, enable the realisation of web servers. Additional modules can be simply installed using the supplied package manager npm.
Update 04.09.2016: – Added further, alternative guide
Content
Install Node.js – Option #1 (Raspberry Pi B+ and older)
- As a first step you need to download the ARM package that is optimised for Node.js.
- Node.js can now be installed using
Node.js and the package manager npm are now installed. You can check the installed version unsing node -v
.
Install Node.js – Option #2 (Raspberry Pi 2/3 and newer)
- Add the Node.js source to your package list.
- Node.js can now be installed using
You can check the installed version unsing
nodejs -v
.