Tutorial: Route Controllers

Route Controllers

In Flitter, controllers are where the main logic of your application live. They are the ultimate handlers of most requests and send responses. They have access to the rest of the resources in the application (configs, models, &c.).

(WIP)