1
00:00:00,240 --> 00:00:05,400
In this video, we are going to learn Node.js, basics and instruments.

2
00:00:05,730 --> 00:00:09,960
Node.js is an open source and cross-platform JavaScript runtime environment.

3
00:00:09,990 --> 00:00:13,150
It is a popular tool for almost any kind of projects.

4
00:00:13,170 --> 00:00:19,440
So Node.js runs the version eight JavaScript engine, the core of the Google Chrome also browser.

5
00:00:19,440 --> 00:00:22,410
So this allows Node.js to be very performant.

6
00:00:23,130 --> 00:00:28,710
So Node.js application runs in a single process without creating any threat for every request.

7
00:00:29,010 --> 00:00:32,820
And this will be make more performant to Node.js.

8
00:00:32,820 --> 00:00:37,350
And Node.js has very good choice for the Lambda functions.

9
00:00:37,350 --> 00:00:40,140
So we will install the Node.js before we proceed.

10
00:00:40,140 --> 00:00:42,450
Make sure that you have installed Node.js.

11
00:00:42,480 --> 00:00:45,420
Please open the link and go to the Node.js.

12
00:00:45,420 --> 00:00:49,560
Download page and download the latest latest version.

13
00:00:49,560 --> 00:00:55,440
And after install, please check the version on your command window.

14
00:00:55,470 --> 00:01:00,570
So for that purpose, you are going to write Node the stage version if you hit enter.

15
00:01:00,600 --> 00:01:07,230
As you can see that I have done on the latest version and and the version is the same on my computer

16
00:01:07,230 --> 00:01:08,670
and we are ready for the start.

17
00:01:08,670 --> 00:01:09,870
Node.js Examples.
