backbone-on-express

0.1.0 • Public • Published

Backbone on Express

Backbone on Express is a MV* framework that leverages Backbone.js for the client-side and server-side with some help from the Express framework. The idea is to share as many components between the server-side and client-side as possible.

Installation

To install backbone on express

npm install anvil.js -g
npm install backbone-on-express -g
sudo npm link backbone-on-express

To scaffold your app

mkdir myApp
cd myApp
anvil gen boe
anvil gen boe:crud
backbone server

API Documentation

Backbone on Express uses Backbone, so everything that Backbone can do can also be done here.

Additionally, the API Documentation outlines methods and functionality that is provided by Backbone on Express.

Roadmap

  • Error Logging
  • Front-End Helpers
  • Documentation
  • Scaffolding (Anvil)
  • Build Process (Anvil)
  • Unit Testing (Mocha)
  • Socket-IO Integration
  • Option for Mustache templates (Currently, only EJS is available)
  • Storage Options for couchdb, Riak, MySQL, Redis and LocalStorage. (Currently, only Mongoose is available)

/backbone-on-express/

    Package Sidebar

    Install

    npm i backbone-on-express

    Weekly Downloads

    15

    Version

    0.1.0

    License

    BSD

    Last publish

    Collaborators

    • tysoncadenhead