rsocket-kotlin icon indicating copy to clipboard operation
rsocket-kotlin copied to clipboard

Add rpc sample

Open olme04 opened this issue 3 years ago • 0 comments

  • 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

olme04 avatar Apr 21 '22 09:04 olme04