Skip to content

pkrumins/node-ec2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE EC2

Evended Node.js bindings to the EC2 Query API.

    Home: http://bigeasy.github.com/node-ec2
    Source: http://github.com/bigeasy/node-ec2
    Documentation: http://github.com/bigeasy/node-ec2/wiki

    Discuss: http://groups.google.com/group/nodejs
    Issues: http://github.com/bigeasy/node-ec2/issues

    License: The MIT License

PURPOSE

Launch Amazon EC2 instances from Node.js and execute callbacks when the
instances are available.

node-ec2 is a minimal Node.js API with absolutely no sugar. node-ec2 signs your
get requests and converts the XML responses to JSON. Becasue of this, there is a
one to one mapping between the Amazon Query API and the actions provided by
node-ec2 and changes to the Amazon Query API are available immediately to
node-ec2 applications.

You can learn more about node-ec2 at the node-ec2 GitHub web page and by reading
the wiki.

About

Evended Node.js bindings to the EC2 Query API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • CoffeeScript 48.7%