timemates/rrpc-kotlin
RPC framework for Kotlin built on top of RSocket
This framework helps Kotlin developers expose their application's functionality as remote procedure call (RPC) services, similar to gRPC. It takes .proto files as input and automatically generates the necessary code for both the server and client to communicate. A Kotlin developer building distributed systems would use this to define and implement their APIs.
No commits in the last 6 months.
Use this if you are a Kotlin developer building microservices or distributed applications and need a structured way to define and consume APIs across different services.
Not ideal if you are not a Kotlin developer or are looking for a simple REST API solution rather than a full RPC framework.
Stars
9
Forks
—
Language
Kotlin
License
MIT
Category
Last pushed
Apr 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/timemates/rrpc-kotlin"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...