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.
Install Nodejs from the DECK marketplace and follow the instructions on the GUI
The quickest way to get started with the Nodejs Development Container is using docker-compose.
Download the ```docker-compose.yml``` file in the application directory:
```
$ git clone https://github.com/deck-app/nodejs.git
$ cd nodejs
$ edit .env file as per your requirement
$ docker-compose up -d
```
From the DECK app, go to stack list and click on project's More > configure > Advanced configuration Follow the instructions below and restart your stack from the GUI