Bancha.js This is a port of Bancha CMS for Node.js. Currently under heavy development, not for use yet. Basic usage npm install bancha --save var bancha = require('bancha'); bancha().start(function () { console.log('Yipee!'); });