umai-live-config
Introduction
node-config-live by Josh Newman
Based onUmai-live-config is a lite version node-config-live and adapted for Node.JS 0.10. It allows you to stored, live-updated configurations for your Node.js applications.
Example Usage
Using the module.
var config = ; var ConfigLive = ;var liveConfig = 'localhost' 6379; liveConfigstartconfig; liveConfig; liveConfig; // single key setliveConfig; // or you can set value and insure that entry was insertedliveConfig ;
Tests
Just run:
npm test
TODO:
- Create
set
for nested object - More tests