Add reason for using nodejs (#27323)

This commit is contained in:
Arno Bornman
2019-02-06 00:34:57 +02:00
committed by Jonathan Grah
parent e3d4764ff5
commit fc8f1b5a39

View File

@ -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. 1. Great for beginners. JavaScript is a beginner friendly language.
2. Great supportive community and massive amount of modules (Express, Grunt, etc). 2. Great supportive community and massive amount of modules (Express, Grunt, etc).
3. Wide range of hosting options. 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: #### More information:
- [Official NodeJS site](https://nodejs.org) - [Official NodeJS site](https://nodejs.org)