a more complex yaap/express example of a note-webapplication
based on http://dailyjs.com/2010/11/01/node-tutorial/
uses wire.js, express.js, yaap/wire and yaap/wire/express
#features:
- mongodb as backend
- user authentification
- simple rest-api
- MVC-approach
#overview this application is basically structured like a typical SpringMVC application. You have the wire-context which wires the application together. There is a model and there are views that will be rendered (like JSPs). Then there are the controllers that handles all requests (e.g. the DocumentHandler (this is also where a lot of yaap-annotations are used).