Declarative, full-stack web application framework


Keywords
web, realtime, offline, streaming, templating
License
MIT
Install
npm install declaire@0.3.14

Documentation

Declaire.js

npm version Build Status Coverage Status Dependency Status Code Climate

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