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

84 reviews
from G2

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


    Program Development

Node.js is the best JavaScript package

  • October 21, 2022
  • Review verified by G2

What do you like best about the product?
Node.js is, for me, not only the best javascript library but the most crucial tool for web development today. Besides being very scalable, especially for front-end use, it allows asynchronous functions or the creation of event-driven server-side applications, making it an excellent tool for backend use.
What do you dislike about the product?
Apart from the part that it is not exactly easy to produce code for node.js, a known problem is its inability to process events created in looping processes, since it always tries to find more resources to manage requests and leaves too many queued ones at the end which can generate a slower response. This makes it a difficult tool to use when the code is long and when it is heavy on requests and functions.
What problems is the product solving and how is that benefiting you?
It was very interesting to use node.js to create the application for my company, allowing the code to run in a fast and scalable way for network applications. Particularly, I found the open-source database Meteor.js to be one of the best Node.js frameworks, particularly in the automation of changes to the client were I found a lot of support for developing apps effortlessly.


    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.