Advanced Search
Search Results
2 total results found
Overview
Developers Guide
Core Architecture
Data Layer The data layer of an app contains the business logic. The business logic is what gives value to our app—it's made of rules that determine how our app creates, stores, and changes data. Database and Migrations DAOs and Repositories Domain Lay...
Routing
Developers Guide
Core Architecture
Like many RPC systems, our routing is based around the idea of defining an endpoint, specifying the methods that can be called remotely with their parameters and return types. We use data transfer object classes (DTO) in the common Kotlin module as the Interfa...