-
Notifications
You must be signed in to change notification settings - Fork 2
Home
thinkjones edited this page Jan 12, 2014
·
4 revisions
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.
- Identify common requirements for client-server applications.
- Seek out the best library to use to address requirements.
- Clearly implement in MEANP-SEED.