Hello everyone,
I am well versed in Android development. Now I want to get started with server side development. Which framework should I pick up. There are lots... Spring, ktor, node.js etc? How do I proceed like first what should I do and then which next steps should I follow in order to get started with the backend.
Thanks in advance.
c
Cies
04/23/2023, 11:33 AM
If you can do with something like Hasura, you may not need much backend programming at all! That said, I prefer KTor as Spring's not very Kotlin-esque and I prefer Kotlin-esque code.
Cies
04/23/2023, 11:34 AM
Node would not be my choice, but I do use it for WebSocket-y stuff (it's really good at that).