[Backend] Kotlin + Spring-boot + gRPC + PostgreSQL #1317
alejandrolorefice
started this conversation in
WIP Implementations
Replies: 1 comment 1 reply
-
Hello Alejandro, Thanks for your contribution. I'm keeping the idea in mind though. We already had a request for GraphQL too and due to the popularity of both of them, extending the current RealWorld project is doable. It would just need some time to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! 👋
I've started working on a Kotlin gRPC implementation of the real-world example.
I get the feeling that gRPC isn't as widely adopted as I think it deserves and specific documentation or examples about it are rather scarce compared to REST or GraphQL.
Also, most of the information I come across online is using Go or .NET while Kotlin is relatively rare. For example, a quick search at Google throws 400k results for "Kotlin gRPC" while I get nearly 7M and 5M if I replace Kotlin with Go or .NET, respectively.
So, hopefully, this helps thicken the gRPC 🤝 Kotlin information available and helps other people wanting to give them a try.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions