bbb-server

0.0.1 • Public • Published

BBB Node Server

This is a production ready server to be used with Backbone Boilerplate. This provides a replacement that provides a production ready environment, user authentication and a ready to go API to use with Backbone.

Installation

BBB Node Server was designed to create as small of imprint on BBB as possible. Getting the server setup just requires one line of code within grunt.js and copying over the correct files.

Copy Files

You will need the following files within the root directory of your bbb project.

*** Note: This will be moved to a node package soon ***

  • /views
  • /routes
  • /node_modules (or run npm install in your root directory)
  • server.js
  • package.json

Update Grunt.js configuration

You'll want to tell BBB to use your server instead of the default server provided. This is a simple one line addition in grunt.js to the server task.

    server: {
   server: require('./server.js'),
    
        ...
    }

Configuration

Authentication

API

Readme

Keywords

none

Package Sidebar

Install

npm i bbb-server

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • codykm