Skip to content
thinkjones edited this page Jan 12, 2014 · 4 revisions

Overview

A seed project illustrating best practices for an example client-server project. As a default it currently uses the following frameworks:

  • MongoDB - Persistence
  • Express - Web application framework.
  • AngularJs - Client MV* application.
  • Node - Server platform
  • Passport - Server side authentication.

Objectives

  • Identify common requirements for client-server applications.
  • Seek out the best library to use to address requirements.
  • Clearly implement in MEANP-SEED.
Clone this wiki locally