Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetraquark/arcsecondkmp
Example of full stack application using Kotlin Multiplatform
https://github.com/tetraquark/arcsecondkmp
Last synced: about 1 month ago
JSON representation
Example of full stack application using Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/tetraquark/arcsecondkmp
- Owner: Tetraquark
- Created: 2020-08-02T08:37:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T19:11:32.000Z (about 4 years ago)
- Last Synced: 2024-10-12T17:29:35.511Z (2 months ago)
- Language: Kotlin
- Size: 169 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArksecondKMP
Small example of "full-stack" application using Kotlin Multiplatform.
The app displays some astronomical data using the open [Arksecond API](https://api.arcsecond.io/).
Contains a small server implementation using Ktor-Server and Android and iOS application using KMM.
### Server
- Ktor
- SQLDelight
- kotlinx.serialization### Kotlin Multiplatform Mobile
- moko-mvvm
- SQLDelight
- kotlinx.coroutines
- kotlinx.serialization### Android
- Jetpack Compose
### iOS
~Maybe it will coming soon~
- SwiftUI