Introduction to NodeJS
Node.js is a powerful and popular JavaScript runtime built on Chrome's V8 JavaScript engine.
Features
Event-Driven Architecture:
Node.js uses an event-driven, non-blocking I/O model
Blocking operations: The program execution halts or waits until ...
madhavganesan.hashnode.dev3 min read