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.


    Dheeraj Kumar B.

Life is Node

  • May 05, 2021
  • Review verified by G2

What do you like best about the product?
All the features like files, sockets, creating rest API's, serving, deploying, run time, I/O Operations, Async/Await, event loop, etc. are very easy to learn and faster to apply. Literally, we can create a backend service from scratch and deploy it within few hours. Nodejs is javascript run time that allows solving many real-time problems.
What do you dislike about the product?
It can be improved more. Security is one of the main concerns. Concurrent requests handling should also be scalable.
What problems is the product solving and how is that benefiting you?
I am writing backend logic, creating REST Api's, making database calls, providing required data to clients.
Recommendations to others considering the product:
Once you try Nodejs, you can't even want to use java, C# because it is easy to set up and start coding.


    Program Development

The light way for building fast and scalable network applications

  • May 05, 2021
  • Review verified by G2

What do you like best about the product?
It's an easy way to build applications in a light environment. It's a complete tool for the developer. You can launch both the frontend and backend of web apps using JavaScript. It's flexible, light, Nodejs is supported in all primary services (i.e., AWS, GoogleCloud, Azure), and all web server provides. Nodejs also offer a package manager (NPM), so you can gain productivity when building in a group; you can develop and deploy your application "on the fly."
What do you dislike about the product?
Nodejs is single-threaded, and if you have a core CPU, it will only run on one core only. Nodejs is non-blocking which means that all functions are delegated to the event loop, and different threads execute them.
What problems is the product solving and how is that benefiting you?
I develop applications running under Nodejs, and the package manager helps me set up everything. Since I work in a team, all developers are very familiar with Nodejs, and even for the Juniors level, we can easily teach how it works with minimal effort. Even to set up the environment, it's easy with a single command line.
Recommendations to others considering the product:
Powerfull JavaScript runtime that can provide you the possibility to developer all kinds of application.


    Ernesto M.

Node, Javascript will never be the same!

  • April 29, 2021
  • Review verified by G2

What do you like best about the product?
The thousand of modules that can be applied for EVERY needed circumstance.,If you need something, there is always an npm module that will save your life. At this point, everything to fulfill your needs exists. Also, if you already know Javascript, working with Node will be easy because everything is in that language.

Also, you can incorporate a lot of modules that will save your life when you need it the most. They are small services that will simplify the way you code.
What do you dislike about the product?
It doesn't have a clear manual when you are a begginer, and you have to study by yourself or look for tutorials/teachers. Also, you need to have a lot of experience if you want to get a job.
What problems is the product solving and how is that benefiting you?
Everything. From a simple front end to a very complex backend due to the many modules we can use. I even designed APIS, landing pages, and entire web applications with Node. The main problem when coding with Javascript is the backend, with node, you could use Express in order to elaborate a quick server that will satisfy yours needs for sure.
Recommendations to others considering the product:
Master module management and you will always reach your objective. Node is a complete framework.