Node.js - Evented I/O for V8
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
node_packages
(list) - Packages to install with npmnode_version
(string) - The node version to install. [0.5x, 0.4x, 0.12]
- hosts: servers
roles:
- role: telusdigital.nodejs
node_packages:
- bower
- brunch
- decking
- express
- Chris Olstrom | e-mail | Twitter
- Aaron Pederson