Menu
Amazon connects node.js to AWS services

Amazon connects node.js to AWS services

A new Amazon SDK allows node.js developers to access Amazon Simple Storage Service and Amazon Elastic Compute Cloud services

Amazon is providing a way for one of the most popular JavaScript extensions, node.js, to easily access the Amazon Web Service collection of cloud computing capabilities.

The AWS Developer Tools Team has released a preview of an SDK (software development kit) that will provide a way for developers to call Amazon services from their own node.js-based programs.

The SDK will provide an easy way to tap into Amazon DynamoDB, Amazon S3 (Simple Storage Service), Amazon EC2 (Elastic Compute Cloud), and the Amazon Simple Workflow Service. The Amazon developers are also soliciting suggestions about how to improve the SDK.

Node.js provides "an event-driven non-blocking I/O model to allow your applications to scale while keeping you from having to deal with threads, polling, timeouts, and event loops," explained a blog post announcing the release of the SDK. "You can, for example, initiate and manage parallel calls to several Web services in a clean and obvious fashion."

Node.js is a server-side platform for running JavaScript code. Running JavaScript on the server, rather than within the client's browser, can speed execution time of complex Web applications. It uses the speedy Google JavaScript Engine V8.

The node.js platform has proven to be quite popular since its launch in 2009. Node.js is the second most popular package on the GitHub repository of open source projects, after the Bootstrap Web development framework.

Amazon is not the first hosted development platform to work closely with node.js. PaaS (platform-as-a-service) provider EngineYard started offering the JavaScript package as a hosted service in August.

Amazon's SDK can be downloaded as an npm (Node Packaged Module) and installed on the developer's machine. The SDK is available at no cost under the Apache License, Version 2.0. Amazon also provides a guide on how to get started using node.js.

Joab Jackson covers enterprise software and general technology breaking news for The IDG News Service. Follow Joab on Twitter at @Joab_Jackson. Joab's e-mail address is Joab_Jackson@idg.com

Join the CIO Australia group on LinkedIn. The group is open to CIOs, IT Directors, COOs, CTOs and senior IT managers.

Join the newsletter!

Or

Sign up to gain exclusive access to email subscriptions, event invitations, competitions, giveaways, and much more.

Membership is free, and your security and privacy remain protected. View our privacy policy before signing up.

Error: Please check your email address.

Tags cloud computingopen sourceinternetsoftwareamazonapplication developmentdevelopment platformsWeb services developmentInternet-based applications and servicesDevelopment toolsLanguages and standards

Show Comments
[]