+ All Categories
Home > Documents > NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8...

NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8...

Date post: 01-Jan-2021
Category:
Upload: others
View: 13 times
Download: 0 times
Share this document with a friend
8
NodeJS WHAT IS NODEJS?
Transcript
Page 1: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight

NodeJSWHAT IS NODEJS?

Page 2: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight

WHAT IS NODEJS?

1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js

Uses an event-driven, non-blocking I/O makes it lightweight and efficient.

2. Asynchronous and Event Driven - many connections can be handled concurr

Lightweight and Very Fast

3. I/O bound Applications Data Streaming Applications JSON APIs based

Applications.

Page 3: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight
Page 4: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight
Page 5: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight
Page 6: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight

API Architecture

Page 7: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight
Page 8: NodeJS · 2020. 10. 8. · WHAT IS NODEJS? 1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Node.js Uses an event-driven, non-blocking I/O makes it lightweight

Questions?


Recommended