Skip to content
Lance Pollard edited this page Sep 24, 2012 · 2 revisions

Resources

Projects

Articles

Require.js/Modules

Other Projects

Gists

require.paths.unshift(__dirname + '/support/express/lib/',
                      __dirname + '/support/express/support/connect/lib',
                      __dirname + '/support/socket.io/lib/',
                      __dirname + '/support/nodestream/lib/',
                      __dirname + '/support/mongoose/',
                      __dirname + '/support/jade/lib/');

Docs

Sites

function is_a(who, what) {
  return who != null && Object(who) instanceof what;
}

Research

These are projects that should either be integrated into Coach, or rewritten to decrease file size.

Database

Routes & History

Models

Events

Payment Gateways

Mailers

Other

Clone this wiki locally