Blame
|
1 | # Architecture |
||||||
| 2 | ||||||||
| 3 | This section describes the technical architecture of the AeThex ecosystem. |
|||||||
| 4 | ||||||||
| 5 | --- |
|||||||
| 6 | ||||||||
| 7 | ## Platform Components |
|||||||
| 8 | ||||||||
| 9 | ### Frontend |
|||||||
| 10 | ||||||||
| 11 | User-facing applications and interfaces. |
|||||||
| 12 | ||||||||
| 13 | ### Backend |
|||||||
| 14 | ||||||||
| 15 | API services and business logic. |
|||||||
| 16 | ||||||||
| 17 | ### Database |
|||||||
| 18 | ||||||||
| 19 | Persistent data storage. |
|||||||
| 20 | ||||||||
| 21 | ### Identity |
|||||||
| 22 | ||||||||
| 23 | Passport authentication and authorization. |
|||||||
| 24 | ||||||||
| 25 | ### Realtime |
|||||||
| 26 | ||||||||
| 27 | Live communication systems. |
|||||||
| 28 | ||||||||
| 29 | --- |
|||||||
| 30 | ||||||||
| 31 | ## Key Topics |
|||||||
| 32 | ||||||||
| 33 | - [[Platform Overview]] |
|||||||
| 34 | - [[Passport Architecture]] |
|||||||
| 35 | - [[Multi-Tenancy]] |
|||||||
| 36 | - [[Security Model]] |
|||||||
| 37 | - [[Database Design]] |
|||||||
| 38 | ||||||||
| 39 | {{PageIndex}} |
|||||||
