ndx-framework

View the Project on GitHub

ndx-framework

making a module

'use strict'

ndx = require 'ndx-server'
.config
  database: 'db'
  tables: ['users']
  localStorage: './data'
.use 'ndx-static-routes'
.controller 'module-name'
.start()