This app is android app implementing ktor server on android for access from Local Network. Ktor server engine using Netty, cause this project create HTTP Server app.
Tech Stack
- Ktor Server as server provider
- Clean Architecture
- Jetpack Compose as ui builder
- Work Manager as background worker for server wrapper on background
- Android Hilt as dependency injection
Architecture I was inspired by Netflix in a link article, There talking about Hexagonal Architecture, so this is the result of my experiment in ktor server implementation. But, this approach is more of a Clean Architecture, like that.
Preview
- App as Server