Hi All, Welcome back to NodeJS tutorial course. I hope you all have watched my previous sessions which explains introduction setup of nodejs, architecture & features. Below are links - Node.js - Section 1 Introduction & Setup - https://youtu.be/HSUqB2SWPkw Node.js - Section 2 Architecture & Features - https://youtu.be/n1x2hW8baas In this video i have explained you all about V8 Javascript Engine and will kick start with few nodejs live example. V8 Javascript Engine - Open source JavaScript engine developed by the Chromium project V8 provides the runtime environment in which JavaScript executes The Node.js V8 module represents interfaces and event specific to the version of V8 It provides methods to get information about heap memory V8 is written in C++, and it's continuously improved JavaScript is internally compiled by V8 with just-in-time (JIT) compilation to speed up the execution. This video also will kick start with first console application and web based application
Hi All, Welcome back to NodeJS tutorial course. I hope you all have watched my previous sessions which explains introduction setup of nodejs, architecture & features. Below are links - Node.js - Section 1 Introduction & Setup - https://youtu.be/HSUqB2SWPkw Node.js - Section 2 Architecture & Features - https://youtu.be/n1x2hW8baas In this video i have explained you all about V8 Javascript Engine and will kick start with few nodejs live example. V8 Javascript Engine - Open source JavaScript engine developed by the Chromium project V8 provides the runtime environment in which JavaScript executes The Node.js V8 module represents interfaces and event specific to the version of V8 It provides methods to get information about heap memory V8 is written in C++, and it's continuously improved JavaScript is internally compiled by V8 with just-in-time (JIT) compilation to speed up the execution. This video also will kick start with first console application and web based application