This page is a guide to use the MVC pattern with Byte.
Controllers
Every Byte
instance is equivalent to a controller.
Services
Some piece of code that can be decoupled from the controller
should be separated into a service:
Models
Models can be handled using states in Byte: