0.6.5-beta.3 • Published 8 years ago

meanair-server v0.6.5-beta.3

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

meanair (pronouced "MEAN-er" or "MEAN-air") is a framework for building + testing node.js apps.

meanair-server

Run it!

npm test

Quick overview

This repo is the "magic under the covers" + conventions that make setting up a meanair web app so easy. Things you'll find here include:

Easy config

Inherit from the meanair default settings and shape your apps config object to using the overrides object. Then apply differnt values for different contexts (dev / test / production) via environtment vars and/or .env files.

Powerful instrumentation

Control log output via config to profile your app or watch how users execute your code in real-time.