From fc8f1b5a39bd48c0dd6c9a138981200db8421b21 Mon Sep 17 00:00:00 2001 From: Arno Bornman Date: Wed, 6 Feb 2019 00:34:57 +0200 Subject: [PATCH] Add reason for using nodejs (#27323) --- guide/english/nodejs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/nodejs/index.md b/guide/english/nodejs/index.md index fad2a26e79..c286b4e3b0 100644 --- a/guide/english/nodejs/index.md +++ b/guide/english/nodejs/index.md @@ -54,6 +54,7 @@ When the timer completes it's execution taking 5 seconds, it calls the function 1. Great for beginners. JavaScript is a beginner friendly language. 2. Great supportive community and massive amount of modules (Express, Grunt, etc). 3. Wide range of hosting options. +4. Existing Front-End developers get to transfer existing JavaScript knowledge for an easier transition into Server-Side development #### More information: - [Official NodeJS site](https://nodejs.org)