issues
search
rsocket
/
rsocket-kotlin
RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
552
stars
37
forks
source link
Add rpc sample
#227
Closed
olme04
closed
6 months ago
olme04
commented
2 years ago
Sample of simple RPC using rsocket-kotlin for client and server
Server and Client works on all platforms
Serialization using kx.serialization with example of using Json or ProtoBuf
Routing via
RoutingMetadata
inside
CompositeMetadata
by request class name
RoutingMetadata
insideCompositeMetadata
by request class name