Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Node.js

Miri Infotech | 2

Linux/Unix, Ubuntu 20.04 lts - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

83 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    HARSH P.

Most useful for making server-side web applications.

  • September 22, 2022
  • Review verified by G2

What do you like best about the product?
The major pros of using Node js are that it's fast because it uses multithread through libuv, and it's widely used. Also, with the help of Node, handling multiple client requests has become easy.
What do you dislike about the product?
There's nothing that I dislike about Node js.
What problems is the product solving and how is that benefiting you?
With node, I was able to make Apis faster and more efficiently. It made me more productive.


    Amith K.

Your go to framework for everything backend

  • August 31, 2022
  • Review provided by G2

What do you like best about the product?
Versatile, easy to train existing frontend developers, broad library ecosystem, dynamically typed
What do you dislike about the product?
Standard library is very scant, very easy to end up with dependency hell. No built-in integration with typing frameworks like TypeScript.
What problems is the product solving and how is that benefiting you?
Backend Development, Scripting


    Laxman T.

Review on Nodejs

  • August 31, 2022
  • Review verified by G2

What do you like best about the product?
Nodejs is open source software, asynchronous and nonblocking, easy to learn and connect with databases. Nodejs has in built server and express js framework which makes creating RESTAPI easier
What do you dislike about the product?
Some versions of nodejs have lot of Vuneraliblites which makes developers reinstall the new version, which can impact project delivery
What problems is the product solving and how is that benefiting you?
Nodejs can be integrated with a lot of new technologies, In our application, Graphql is integrated with nodejs. Nodejs supports GraphQL libraries. With the help of Graphql we can use over fetching and under fetching data.


    Rohit M.

good experience with nodejs.

  • July 29, 2022
  • Review provided by G2

What do you like best about the product?
Node js is very good language or library.i found it very easy and beginner friends.we can easily write api's in node js that can communicate with real time database and much more.
What do you dislike about the product?
To be honest im using node js since a while now and i dont have any dislikes about it, everything is perfect and outstanding.you can find pretty much everything on the internet about task and things that can be done using node js.
What problems is the product solving and how is that benefiting you?
its a javascript library and we can do pretty much everything with it, we can build apis from scratch or it can be work as a server side language for you. its a best way to build modern day web utilities.


    Accounting

NodeJS review

  • July 29, 2022
  • Review provided by G2

What do you like best about the product?
NodeJS's event-based framework works very well in our use case. We are using it via NestJS and Express framework.
What do you dislike about the product?
Error reporting and stack trace reporting is quite weak in nodejs. It should be improved when compared to well known server-side frameworks such as .net and Java.
What problems is the product solving and how is that benefiting you?
With NodeJS we are creating asynchronous APIs and CRON jobs to process clients data.


    Allan B.

Simple and agile platform for creating APIs

  • July 19, 2022
  • Review verified by G2

What do you like best about the product?
The simplicity with which APIs can be created is outstanding. I have had the opportunity to use it in many projects and it has really saved me a lot of time, the learning curve was short, and not to mention the scalability is on another level, I love it.
What do you dislike about the product?
Sometimes creating containers and jumping between versions can be a headache, but I think there is enough documentation to look for alternatives.
What problems is the product solving and how is that benefiting you?
One of many projects was mass mailing, I created 3 layers with different API's (because I needed to grow) and the migration from Java to Node was quite simple. I created, processed, and sent 30,000 emails in a matter of minutes.


    Souvik M.

Nodejs highly recommended asynchronous runtime

  • July 18, 2022
  • Review verified by G2

What do you like best about the product?
It's asynchronous non blocking by default and also works cool with socket.
What do you dislike about the product?
Javascript creates confusion in many cases for it's syntax.
What problems is the product solving and how is that benefiting you?
realtime application and asynchronous programming


    Abhishek M.

Nodejs, when you want to get things done quickly

  • July 12, 2022
  • Review verified by G2

What do you like best about the product?
So far ease of making robust back end is the first thing which comes to my mind. Paired with serverless architecture is a no brainer for any startup looking to build backend.
What do you dislike about the product?
Performance, there should have been in built support to take advantage of multithreading. You need to constantly monitor libs as they're prone to attacks.
What problems is the product solving and how is that benefiting you?
We're building a distributed system with low latency, paired with serverless arch and aws infra, it's been working really well for us.
Recommendations to others considering the product:
If you're looking to build systems quickly, please consider nodejs else please use django


    Aman V.

Best framework for JavaScript server side programming

  • July 06, 2022
  • Review verified by G2

What do you like best about the product?
Node JS is a very robust javascript runtime environment that is very rich in libraries. It comes with npm which helps to install libraries easily.
What do you dislike about the product?
There's nothing bad about it. It is really a helpful framework for backend programming.
What problems is the product solving and how is that benefiting you?
Node JS is helping to make backend applications that are robust and build easily within less time. It has a vast number of libraries which helps to perform a variety of tasks easily.


    Esteban B.

The swiss knife of Javascript

  • July 05, 2022
  • Review provided by G2

What do you like best about the product?
If you have to manage Javascript in your project, this multifacetical runtime gives you a full ecosystem that has all that you gonna need, ranging from development to deployment. In its pure state, is an excellent runtime environment that you can easily execute from a Hello World to a full-fledged server. The core utility, npm, is the bread and butter when you develop a frontend for web development.
What do you dislike about the product?
The same utility, npm, is a 2 edge sword: it has a very useful collection of package mantained from the community, but this strength is, the "aquiles heel" that can send you to versioning hell. The same applies for other platforms, but with the size of the community and lack of quality control, sometimes you will find abbandoned packages or packages that break every version.
What problems is the product solving and how is that benefiting you?
We have some projects in microservices that benefits from the lightweight and processing speed of the server. Npm is a must, in all our of web developments, more in the angular-based projects.