Hey folks! :wave: I'm a product manager for the :...
# server
d
Hey folks! 👋 I'm a product manager for the KKotlin server-side. I'm looking for people to talk to about different aspects of their development experience from time to time. And today, I'm looking for folks who share code between their backend, web, and mobile apps. If you have such cases in your practice, please put , and I will contact you. I appreciate your willingness and time, and after the interview, you will be able to choose your prize: an Amazon gift card or a one-year All-product pack subscription.🏆
10
👋 2
ł
My company last 6 years has created a backend in RoR, but we decide that we must change. Ktor was our selection. A code-sharing between backend and an android app was one of the clue points on this. The second, also important thing was the possibility to move developers between projects.
b
I'm using mpp to share code between cli, server and web client. It's an OSS project, though, but if it's relevant for you I'd be happy to chat.
s
I’m working on a library to facilitate exactly this, and also provide documentation. Planned to release first version later this year.
👍 2
j
I did this for one of my apps, sharing models and request/response models for JSON RPC - it was so nice to ensure good typing for server requests, not to mention that server calls were effectively just function calls after that. I'd be happy to talk about it.
👌 1
v
I’m working on developing an social networking app, I’m currently writing the server side code using KTOR and plan to develop the clients using Kotlin Multi Platform. I’m still early in development, but we can sync up in a month or so to share my experience.
👍 1
j
I’m working on two different projects sharing data models between api, android, ios and web app