Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 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
31 1 2 3 4 5 6

Node Patterns - Configuration Patterns

Posted By: AlenMiler
Node Patterns - Configuration Patterns

Node Patterns - Configuration Patterns: How to efficiently distribute the configuration of your Node processes by Pedro Teixeira
English | April 8, 2015 | ASIN: B00VV84Q6O | 37 Pages | MOBI/EPUB/PDF (conv) | 3.3 MB

Any application normally needs some environment-specific configuration details: the hostname and port of the database server, the access token for the mail delivery service API and many others. Once your application starts spanning more than one machine, the distribution of the configuration can start becoming troublesome.

This book shows some approaches for managing and distributing the configuration of your Node application.