News

Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await ...
Rasmus Andersson, developer of sites such as Dropular and Spotnicc, has created a template for setting up an Amazon EC2 instance for running Node.js or other Web applications. You can use it save ...
According to AWS, Node.js is known for its event-driven, non-blocking I/O model to allow applications to scale while keeping from having to deal with threads, polling, timeouts, and event loops.