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



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

Answer / Brij Kishore

Node.js stands out as it utilizes JavaScript on the server-side, unlike ASP.NET (C#), PHP (PHP), JSP (Java), and Ruby (Ruby). This commonality with front-end JavaScript allows developers to share code between client and server, promoting efficiency and consistency in development processes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is a callback?

1 Answers  


What’s the difference between ‘front-end’ and ‘back-end’ development?

1 Answers  


What is process.nextTick()

1 Answers  


How to pass an array in insert query using node js?

1 Answers  


How can models be defined in express js?

1 Answers  


What is socket.io in node.js?

1 Answers  


What are the fundamental difference between node.js and ajax?

1 Answers  


How many types of api functions are available in node.js?

1 Answers  


Why Node.js application is scalable?

1 Answers  


What are promises in node.js?

1 Answers  


What does node.js tty module contains?

1 Answers  


What is SSL/TLS in node.js?

1 Answers  


Categories