Intro Nodejs
Intro Nodejs
1
Introduction to Node.js
2
Introduction to Node.js
3
Introduction to Node.js
• Node.js
– Server side environment
– Run java script on server side
• Node.js is a great framework
– JavaScript end to end
• Both server side and client side scripts
– Event driven scalability
• Single Threaded and High scalable
5
Introduction to Node.js
• Node.js is environment
– Clean
– Easy to install,
– configure and
– deploy
6
Introduction to Node.js
7
Introduction to Node.js
8
Installing Node.js
9
Installing Node.js
10
Installing Node.js
11
Installing Node.js
12
Installing Node.js
13
Installing Node.js
14
Installing Node.js
15
Installing Node.js
16
Installing Node.js
17
Installing Node.js
18
Installing Node.js
19
Installing Node.js
20
Installing Node.js
21
Installing Node.js
22
Installing Node.js
• Node.js VM
23
Installing Node.js
• console.log(“ VIT Chennai”);
24
Installing Node.js
25
Execution of Nodejs code in our lab
27
Reference
• w3schools.com
28