Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Used for server-side as well as user-side scripting. It is nat a framework or interface but a JavaScript running on the server.
JavaScript -----------> Browser JavaScript Engine -----------> Machine Code
When to use Node JS:
- I/O bound
- Data streaming application
- Real time chat application
No comments:
Post a Comment