nodejs · 2020. 10. 8. · what is nodejs? 1. node.js is a javascript runtime built on...

8
NodeJS WHAT IS NODEJS?

Upload: others

Post on 01-Jan-2021

13 views

Category:

Documents


0 download

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?