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

NodeJS 6 Web Stack

Jetware | 170717-nodejs_6_11_1-nginx_1_12_0

Linux/Unix, Amazon Linux 2017.03.0 - 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

3 reviews
from G2

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


    Computer Software

Fast Development | Easy to learn

  • February 18, 2024
  • Review provided by G2

What do you like best about the product?
Asynchronous programming, using NPM we access large amount of libraries also it has large active community, we can easily integrate it with frountend and also databases
What do you dislike about the product?
It has single threaded nature, it less layer of security as compair to spring boot
What problems is the product solving and how is that benefiting you?
It has included more packages which make development easy


    Amit K.

Best for Backend Development!

  • January 16, 2023
  • Review provided by G2

What do you like best about the product?
Due to its asynchronous and non-blocking I/O, single-threaded nature, it takes a short time to get a response. For the socket implementations where constant synchronizing is required, it's a tool of choice as it improves the development and the code quality. It has a lot of documentation available over the internet with numerous packages using node package manager making it one of the best options to go with for development.
What do you dislike about the product?
Since Nodejs is single-threaded, there is a limitation to the processing it can do when executing tasks assigned or queued. As soon as there is a requirement for extensive load-based functions that require more CPU power, the process is delayed, and the queued responses are delayed adding the limitations of Nodejs.
What problems is the product solving and how is that benefiting you?
For most of the applications created, the prevalent structure is JSON and has seamless support for JSON. The integration and the use cases with the NoSQL databases are way too good making it one of the good options for development.


    Financial Services

Best for real time and event based applications

  • July 14, 2022
  • Review provided by G2

What do you like best about the product?
Due to its asynchronous & Non I/O blocking,single threaded nature , it takes short time to retrieve the response.

My first choice would be nodejs for streaming and gaming applications.

Node js 6 introduced lot of ecmascript 6 features which makes developer life easy and makes code smells good.

It's a lightweight technology tool and highly scalable , so highly recommended for microservices architecture.

And it has lot of corporate support.. and powerful default node package manager (npm) with lot of js libraries.

Node js compatible with various middlewares. It is advised to use with javascript based middlewares like express js to speed up the development process.

It's ideal for document based database for its seemless json support.
What do you dislike about the product?
Node js takes little cpu as it is single threaded. So when heavy computation task comes, It prioritise it and takes too much time to process that particular task and delay the response of other I/O request.
So it's not advisable for heavy cpu computation tasks.

And also it will register callback modules for all upcoming tasks. Without proper understanding of callbacks,we may end up with callback hell and performance bottlenecks.
What problems is the product solving and how is that benefiting you?
It's pure javascript run time environment for server side scripting. As an javascript developer. It helps me to integrate easily with latest javascript front end technologies bundled it and using it.
Node js 6 es6 features enhance the code readability.


showing 1 - 3