Controller Modules
33
Core backend feature modules
Express runtime capabilities, controls, and grouped API architecture.
Generated backend architecture metrics from runtime, controllers, routes, services, and middleware.
Capability grouping of backend route surfaces without exposing raw endpoint paths.
Method-level request surface intensity across grouped runtime route calls.
| HTTP Method | Route Call Count |
|---|---|
| GET | 280 |
| POST | 84 |
| USE | 40 |
| PUT | 19 |
| DELETE | 11 |
| PATCH | 1 |
Operational controls inferred from runtime middleware and bootstrap flow.
| Control | Detected |
|---|---|
| CORS | true |
| Helmet Security Headers | true |
| Rate Limiter | true |
| Session Management | true |
| Tenant Resolution | true |
| Gate Control | true |
| Health Endpoint | true |
| Readiness Endpoint | true |
Third-party and cross-platform signals discovered from backend code.
| Integration Surface | Status |
|---|---|
| [masked-data-entity] | detected |
| email_delivery | detected |
| pdf_generation | detected |
| scheduled_jobs | detected |
| vendor_amrod | detected |
| vendor_shopify | detected |
| web_socket | detected |
| whatsapp_wati | detected |