youyesyet.handler

Handlers for starting and stopping the webapp.

app

The youyesyet server-side web-app (not to be confused with the client- side canvasser-app, q.v.)

app-routes

All routes served as part of the youyesyet (server-side) web-app (not to be confused with the client-side canvasser-app, q.v.).

destroy

(destroy)

destroy will be called when your application shuts down, put any clean up code here

init

(init)

init will be called once when app is deployed as a servlet on an app server such as Tomcat put any initialization code here

init-app

TODO: write docs