From 1a1e5b049e8e5a50644e22c15d0639945c33a2a9 Mon Sep 17 00:00:00 2001 From: Roberto Jacobo Date: Tue, 4 Oct 2022 06:44:42 -0500 Subject: [PATCH] Add Node.js Introduction (#2100) ...developer-roadmap/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md file updated with the appropriate guidelines. --- .../content/100-nodejs-introduction/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md b/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md index 0da5e086c..01f7a7350 100644 --- a/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md +++ b/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md @@ -1 +1,9 @@ -# Nodejs introduction \ No newline at end of file +# Nodejs introduction + +Node.js® is an open source, cross-platform runtime environment and library that is used for running web applications outside the client’s browser. + +It is used for server-side programming, and primarily deployed for non-blocking, event-driven servers, such as traditional web sites and back-end API services, but was originally designed with real-time, push-based architectures in mind. Every browser has its own version of a JS engine, and node.js is built on Google Chrome’s V8 JavaScript engine. + +Free Content +Official Website +Official Documentation