Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Deploying Node.js

Posted By: AlenMiler
Deploying Node.js

Deploying Node.js by Sandro Pasquali
English | 19 Jun. 2015 | ISBN: 1783981407 | 274 Pages | EPUB/MOBI/PDF (True) | 9.87 MB

Node.js is a popular choice for teams that need to design, build, test, deploy, maintain, and monitor large-scale distributed systems. Starting with a detailed overview of the Node.js architecture, this book covers topics that will help in application development, testing, deployment, and maintenance.

Learn how to build, test, deploy, monitor, and maintain your Node.js applications at scale

About This Book

Gain comprehensive information on scaling Node.js both vertically and horizontally in the cloud and across virtual machines
Learn how to use Gulp, Mocha, Chai, PhantomJS, Git, Browserify, Docker, and other tools to construct a simple, fast, and intelligent build-and-deploy system
Utilize the easy-to-understand examples to explore data caching strategies, application monitoring tips and tricks, and other professional techniques that are useful for maintaining lightweight, fast, and robust applications

Who This Book Is For

If you are an intermediate or advanced developer deploying your Node.js applications, then this book is for you. If you have already built a Node application or module and want to take your knowledge to the next level, this book will help you find your way.

What You Will Learn

Learn the strengths of Node.js and how to optimize your code to make it ready for deployment into production
Use Docker and Vagrant to create many virtual instances of your Node.js applications
Deploy Node.js repositories to the cloud using Heroku, OpenShift, and DigitalOcean
Utilize native Node.js modules, or Nginx, to load balance your applications
Optimize your Node runtime by tweaking V8, managing memory intelligently, and using Redis to manage state data
Discover how to use Gulp, Browserify, npm, Mocha, Chai, Sinon, and other tools to simplify your build/test/release process
Manage your production deployments with Git, Jenkins, and Ansible

In Detail

You will learn about concurrency, event loops, callbacks and streams. Furthermore, step-by-step instructions on deploying applications to providers such as DigitalOcean and Heroku will be provided, including information on setting up load balancers and proxies. Message queues and other techniques for managing state and session data at scale will also be covered.

A series of examples on deploying your Node.js applications in production environments are provided, including a discussion on setting up continuous deployment and integration for your team. Popular tools for testing, deploying, building, and monitoring Node.js applications are covered, helping you get up and running quickly.