declaire
0.3.18 • Public • Published Declaire.js

Declarative, full-stack web application framework
Installation
npm install declaire --save
Usage
var declaire = require('declaire');
var app = declaire.Application({
mongoDevUrl: 'mongodb://127.0.0.1:27017/myapp'
});
app.init(function(start) {
start();
});
License
MIT
Package Sidebar
Install
Weekly Downloads