Types
Akuzo supports various types of applications, including:- Web Applications
- Mobile Applications
- Microservices
- Serverless Functions
| Name | Intended use | MTLS | Public IP | Private IP | Typically |
|---|---|---|---|---|---|
| Worker | Background Worker | ✓ | ✗ | ✓ | .NET Console, Node.js workers |
| Web | Web App | ✓ | ✓ | ✓ | ASP.NET, Node.js, Java Spring Boot |
| SPA | Single Page App | ✗ | ✓ | ✓ | React, Angular, Vue |
| API | API & Microservices | ✓ | ✓ | ✓ | .NET, Node.js, Java Spring Boot |

