Architecture
Created: 02.02.2025
Updated: 02.02.2025
Try to use small services that are easy extensible, if u have a big project, else just do a monolith.
# Service communication
- prefer gRPC
- rest api with json
Created: 02.02.2025
Updated: 02.02.2025
Try to use small services that are easy extensible, if u have a big project, else just do a monolith.