2) Node js Architecture
IntroductionThe architecture of Node.js is designed to handle many concurrent requests efficiently using an event-driven, non-blocking I/O model.At its core, Node.js combines:i) Google Chrome V8 Engin
careerpath.hashnode.dev2 min read