Multi-Tenancy ============= NeosGoal is built upon the concept of Multi-tenancy, which allows us to have one and **only one version of the code** for many clients but at the same time **separating each client** data. The way we achieve this is implementing a system that allows us to route each client domain to a different database. All this means that NeosGoal **isolate each client in it’s own black box.**