Which framework/language for backend can be used for both iOS and Android apps? [closed]
Closed 52 secs ago.
Developing an app for both iOS and Android
I am developing an app that will be for the iOS and Android platforms. SwiftUI and Kotlin will be used to write the frontend/UI side of the app. There will be one Admin User that will be able to access attendance data from the regular users. I have looked into BaaS, but want to take on building the backend for the app myself. Which language or framework would work best to write a backend that can be used for both platforms? As far as the database, would MySQL be fine, or would it be better to go with a NoSQL database? Any suggestions or advice would be much appreciated.