AWS Elastic Beanstalk For Node.js
Written by Kay Ewbank   
Wednesday, 13 March 2013

Node.js continues its bid for World domination with the news that AWS Elastic Beanstalk now supports Node.js applications.

Elastic Beanstalk already offered support for deploying and managing Java, PHP, Python, Ruby, and .NET applications on AWS, and inevitably has now added support for Node.js applications.

Node.js overcomes the problem of needing separate languages for the client and server by bringing JavaScript to the server. As we explain in our guide to getting started with Node.js ), it doesn't achieve this by simply grafting a language onto the existing web server like PHP or .NET - instead the web server is built into the Node.js system. That is, you install Node.js and you have a ready-to-run web server.

aws

AWS Elastic Beanstalk provides a simple way to deploy and manage applications in the AWS cloud. You upload your application, and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.

According to Amazon, one benefit of using Elastic Beanstalk for Node.js is the range of configuration settings that you can use to customize the environment for your application. You can configure HTTP or TCP load balancing, set the version and command to launch your Node.js application, and improve performance by offloading static content handling to Apache or Nginx.

There are more details on using Elastic Beanstalk for Node.js in the AWS Elastic Beanstalk Developer Guide.


 nodejsicon

More Information

Amazon Elastic Beanstalk

AWS Elastic Beanstalk Developer Guide

Related Articles

Elastic Beanstalk Now Runs Python

PHP and Git Deployment for AWS Elastic Beanstalk

Amazon Beanstalk - just runs your app

Amazon SDK for Node.js

Getting Started with Node.js

Node.js - Now With Added Windows

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Banner


C23 ISO Standard Is Here But You Probably Won't Read It
06/11/2024

At last ISO C23 has been published, but at $250 you probably aren't going to read it. Can we really tolerate this sort of profiteering on the work of others? This is worse than academic publishing!



Data Wrangler Gets Copilot Integration
11/11/2024

Microsoft has announced that Copilot is being integrated into Data Wrangler. The move will give data scientists the ability to use natural language to clean and transform data, and to get help with fi [ ... ]


More News

Last Updated ( Wednesday, 13 March 2013 )