What is the difference between node.js and ajax?
Answer / Ruchit Kumar Sajjan
Node.js is a server-side JavaScript runtime environment, while AJAX is a client-side technique for updating parts of a web page without reloading the whole page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does node.js supports cryptography?
Why is the importance of a consistent style? What tools can help you assure a consistent style?
Since node is a single threaded process, how to make use of all cpus?
Is callback function asynchronous?
What functions are provided by fs module to perform I/O operations on a file in node.js?
Does nodejs use threads?
Explain “Console” in Node.JS?
How to get a user's ip address in node js?
How node.js is different from others server side frameworks like asp.net, php, jsp and ruby etc.?
What is the difference between Asynchronous and Non-blocking?
What template engines you can use with express?
What are the local installations of dependencies?