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

89 reviews
from G2

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


    Vashishth P.

The Async: Node.js Review

  • February 07, 2025
  • Review provided by G2

What do you like best about the product?
I like the most about it's asynchronous I/O operations using libuv library written in C. It's highly efficient and easy to write I/O intensive applications.
What do you dislike about the product?
I think the most important thing is performace and nodeJS is lagging in this category, as it's single threaded so computation intensive tasks are not suitable here to do.
What problems is the product solving and how is that benefiting you?
Here at our company, we are mainly into building the custom AI softwares and we need to ship things very quickly. Also we have servers that are doing computation itself and for the small fronted we have the backend which is written in Nodejs. Now, building APIs in Nodejs is just super easy and managable. So, Nodejs is letting us shipping the things faster and letting us more focus on the quality work.


    M Fahim k.

Node.Js Review

  • December 18, 2024
  • Review verified by G2

What do you like best about the product?
It's wide application and range of community support. I am a web developer since last 3 years and node has been my go to development env due to its easy nature.
What do you dislike about the product?
Its event loop is not easy to learn and implement for beginners.
What problems is the product solving and how is that benefiting you?
Providing platform for running my javascript frameworks like React.Js, almost every web app I create is on Node.JS only!


    Sravan K.

Node.js: The Ultimate Multi-Use Tool for Developers

  • July 12, 2024
  • Review verified by G2

What do you like best about the product?
Node.js allows for multi-stack development, enabling the creation of both frontend and backend applications. Setting up Node.js is straightforward, and in my years of experience, I have used it for building both frontend web apps and backend servers. It allows developers to use JavaScript for both client-side and server-side scripting.

With its event-driven architecture and non-blocking I/O operations, Node.js is ideal for applications like chat apps, gaming servers, and collaborative tools that require constant updates.

Node.js is well-suited for building RESTful APIs and microservices. Its lightweight and fast nature, combined with the extensive ecosystem of NPM (Node Package Manager), makes it easy to develop and maintain scalable and performant APIs.

Node.js can be easily integrated into web apps, servers, and lambda functions. Many frameworks are built upon Node.js, enhancing its versatility.

In my experience, I have completed numerous projects using Node.js. Its asynchronous nature allows it to handle a large number of concurrent connections with minimal resource consumption.

The Node.js community is continually growing. With lot of open-source projects, tutorials, and resources available, developers can quickly find support and solutions to common problems. This active community also contributes to the rapid evolution and improvement of Node.js.
What do you dislike about the product?
With Node js growing continuosly, there's nothing which I don't like about it.
What problems is the product solving and how is that benefiting you?
Node.js allows developers to use JavaScript for both client-side and server-side scripting which is already solving many problems. A same developer can work on both frontend and backend if the developer knows Javascript. I personally worked as full stack developer with Nodejs.


    Marcial L.

For a nice SPortbook webpage

  • June 25, 2024
  • Review provided by G2

What do you like best about the product?
All its features to create amazing UX/UI
What do you dislike about the product?
an reduce performance when handling CPU-intensive operations because it's single-threaded and uses non-blocking I/O
What problems is the product solving and how is that benefiting you?
Our front end independance and all the source code handling


    Sarthak A.

Best dependency and package manager!

  • May 23, 2024
  • Review provided by G2

What do you like best about the product?
Nodejs is probably the easiest to use for everything. Angular, React, Discordjs, everything. There are a lot of packages to add and test on npm. Have already used Nodejs with Angular, React and Discordjs, node package even have wrappers for typescript, a superscript of JavaScript, to write and compile typescript easily.
What do you dislike about the product?
Nodejs packages sometimes uses a high disk space, which needs to be manually managed for large scale projects.
What problems is the product solving and how is that benefiting you?
Ease of coding and adding dependencies and packages. Writing and compiling code in typescript was ease


    Mohammad F.

I liked Javascript and essentially TypeScript, I used NodeJs for Backend Applications

  • May 09, 2024
  • Review verified by G2

What do you like best about the product?
its simple, fast enough, and match with event driven design. easy to develop and easy to run on productions.
What do you dislike about the product?
npm packages vulnerabilities, managing multi threads
What problems is the product solving and how is that benefiting you?
Implement web sockets and events for live data


    ANKIT R.

Making Server Side applications and APIs

  • March 09, 2024
  • Review verified by G2

What do you like best about the product?
Node.js is an excellent runtime environment for JavaScript, ideal for developing server-side applications. It empowers developers to execute server-side functions seamlessly, including performing CRUD operations on databases, handling data, and ensuring data security through authentication. Node.js offers built-in libraries like JWT for authentication, simplifying the process of securing data. I mostly use NodeJs everyday as my primary server side framework.

Creating servers and APIs for web applications is remarkably straightforward with Node.js. Its ease of implement and integration capabilities make it a popular choice for developing safe, secure, and efficient server-side applications. As a result, a significant number of web applications are built on Node.js, leveraging its robust features for enhanced functionality and reliability.
What do you dislike about the product?
Something I dont like about NodeJs is that it is only supported single threaded operations and doesn't have high computational power so sometimes we have to take use of python or django for creaing such applications.
What problems is the product solving and how is that benefiting you?
NodeJs is a very robust and highly scalable web applications it makes API development very easy as we can use its extensively availabe libraries and can easily secure our applications through many token based authentication system , we can connect to our databases and use other ORMs in nodejs which makes server side application development a very easy thing . Our organisation uses nodejs as a backend development server side web framework which runs javascript.


    Natarajan R.

Node js is the light weight and user friendly javascript run time

  • March 06, 2024
  • Review provided by G2

What do you like best about the product?
I used ejs npm to build a frontend UI also in node js. its a Best one in node js.
What do you dislike about the product?
Without an express js framework using node js is complicated to understand the code and also be a code length is too many lines for a simple operation
What problems is the product solving and how is that benefiting you?
In My project I used to generate the PDF to the frontend side node js is one of the best to provide a PDF generator. and also easy to connect database likes Postgresql and Mongodb.


    Computer Software

Loves Node.js

  • January 23, 2024
  • Review verified by G2

What do you like best about the product?
Nodejs has become a go-to-tool for server side development.
Nodejs is lightning fast - thanks to its event driven and non-IO blocking model.
This feature boosts the performance of application and makes it more scalable.
As its javascript framework it makes it easy for implementation.
The vast NPM is like gem.
It has extensive collection of packages and modules.
What do you dislike about the product?
The callback hell, though metigated with the introduction of promises, async/await can still be headache in complex applications.
Asynchronous functions makes it little difficult to debug code.
What problems is the product solving and how is that benefiting you?
Nodejs has become game changer in simplifying server side development.
Its asynchronous, event driver architecture is well suited for handling large number of concurrent api calls. It makes it best fit for real time applications like chat applications.
Ability to use javascript at server side makes it very easy to collabrate between frontend and backend developers.
The lightweight and scalable nature of nodejs has reduced server side load in my project.


    Computer Software

Easy to learn

  • January 23, 2024
  • Review provided by G2

What do you like best about the product?
some inbuild features are very good and some frameworks like express.js, nest.js are very helpfull to implement complex features and also it is asynchronous
What do you dislike about the product?
less security features, so we can not use it for some large scale applications
What problems is the product solving and how is that benefiting you?
By introducing frameworks like express.js , nest.js we can also use it to make some complex applications