Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.02 KB

What is Node.js?

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.

nodejs.org

Install

Using DECK

Install Nodejs from the DECK marketplace and follow the instructions on the GUI

From terminal with Docker

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
  ```

Modifying project settings

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