[Node] What is Node.js?
What is Node.js?
JS runtime built with Chrome V8 JS Engine
V8 Engine: Made it possible for JS to run even without a browser, whereas previously it could only run within a browser.
Uses an event-driven, non-blocking I/O model for lightweight and e...
siwonlog.hashnode.dev4 min read