InterviewSolution
| 1. |
What do you mean by Node.js? What is the contrast between Node.js and Ajax? |
|
Answer» Node.js is a web application system based on Google Chrome's JavaScript Engine(V8 Engine). Node.js accompanies runtime condition on which a JavaScript based content can be deciphered and EXECUTED (It is analogous to JVM to JAVA bytecode). This runtime permits to execute a JavaScript code on any machine outside a program. As a RESULT of this runtime of Node.js, JavaScript presently can be executed on server too. Node.js likewise gives a RICH library of DIFFERENT JavaScript modules which facilitates the development of web application utilizing Node.js to incredible degrees. Node.js = Runtime Environment + JavaScript Library |
|