What is the difference between node.js and ajax?



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

Post New Answer

More Node.js Interview Questions

Does node.js supports cryptography?

1 Answers  


Why is the importance of a consistent style? What tools can help you assure a consistent style?

1 Answers  


Since node is a single threaded process, how to make use of all cpus?

1 Answers  


Is callback function asynchronous?

1 Answers  


What functions are provided by fs module to perform I/O operations on a file in node.js?

1 Answers  


Does nodejs use threads?

1 Answers  


Explain “Console” in Node.JS?

1 Answers  


How to get a user's ip address in node js?

1 Answers  


How node.js is different from others server side frameworks like asp.net, php, jsp and ruby etc.?

1 Answers  


What is the difference between Asynchronous and Non-blocking?

1 Answers  


What template engines you can use with express?

1 Answers  


What are the local installations of dependencies?

1 Answers  


Categories