Node JS - A JavaScript can handle both UI and backend.
September 13, 2021

Node JS - A JavaScript can handle both UI and backend.

Anonymous | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User

Overall Satisfaction with Node.js

We use Node.js to develop a single-page app like chat applications, chat boat, etc as a backend, which is widely using in our organization with this we are managing both frontends as well as backend with the help of javascript.it really provides a smooth user experience for users for multiple requests without any delay.
  • Node.js using V8 engine that allows run both UI and server side using JavaScript.
  • Eliminates waiting time.
  • Cross-platform that can execute different platforms like android, web apps, and other IoT devices.
  • Uses Non-blocking property so that can be handled multiple requests with quick response.
  • Easy to install and maintained.
  • Open source.
  • There is no proper support. which sometimes leads to delays in production releases.
  • Its produces call back hell for large and complex applications.
  • Sometimes debugging is a big pain its very slow.
  • Easy to maintain both backend and UI using JavaScript.
  • Performance is very smooth.
  • Open source provides to save organization budget.
  • Getting good response from users with seamless and smooth performance.
There is a smooth and seamless performance for multiple requests as the feedback received from users. and uses one platform to maintain UI and backend.

Do you think Node.js delivers good value for the price?

Yes

Are you happy with Node.js's feature set?

Yes

Did Node.js live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Node.js go as expected?

Yes

Would you buy Node.js again?

Yes

Suited For:
  • A single-page application that provides a quick response.
  • Easy to maintain for a single-page application.
Not Suited for:
  • The complex application that produces callback hell.