Quick Start
From Documentation
ZEST is a lightweight Web framework that enables MVC and REST architectural pattern.
Architectural Overview
ZEST MVC is per-request. That is, for each HTTP request, ZEST searches the matched action, instantiate, invoke and then forward to the view based on the result.