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

86 reviews
from G2

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


    Program Development

The most advanced language in 2021

  • May 14, 2021
  • Review provided by G2

What do you like best about the product?
Async / Await, Promises, Typescript, WebAssembly, Python modules.
What do you dislike about the product?
Not a strict typed language by default. There are flow and typescript, but there should be types by default. Memory leaks, Too many abadoned or not safe to use packages on npm.
What problems is the product solving and how is that benefiting you?
Our team was replaced all our backend APIs with NodeJS, because NodeJS is fast. Not just in response times, but in DB queries, and literally in almost everything. We also like to use Python modules in our node js code.
Recommendations to others considering the product:
If you are not yet using nodejs to create APIs, then you should do it right now. You can start with traditional model view controller method, and then later switch to microservices because in 2021 almost every API that has high load uses microservices to scale better.


    Information Technology and Services

I recommend Node.js as a good career option

  • May 13, 2021
  • Review verified by G2

What do you like best about the product?
Node.js is free and cross platform and scaling applications is easy
What do you dislike about the product?
There are not many supporting libraries and api's are not stable
What problems is the product solving and how is that benefiting you?
We are actually creating a hybrid application using ionic 5, capacitor, cordova and angular. We are using Node.js for building our app. By using Node.js we don't have to worry about adding or removing dependencies and updating package.json.
Recommendations to others considering the product:
Since Node.js uses Javascript. If you are a web developer than you can easily become a full stack developer by learning Node.js. Node.js is currently used in many places and I recommend Node.js.


    Priyanka M.

Node JS : Backend with javascript

  • May 12, 2021
  • Review provided by G2

What do you like best about the product?
Node js is a powerful javascript based framework that is used at the backend of a application. One can make the whole project with Nodejs by using famous templating engines like ejs pug etc. Its simple to learn for those who knows javascript and is brilliantly competing with famous languages like python.
What do you dislike about the product?
Its my favourite language to play and develop with and i face no issue with it. Its has a very broad community managing it enabling it as a tough competitor with other languages. I highly recommend the use of in the projects.
What problems is the product solving and how is that benefiting you?
Its simple and easy to learn. One can manage both frontend and backend with Node js. Variety of packages and a very broad community base makes it a robust and powerful language. I have develop backend for a real time application with node js and found it very fast and secure.


    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.