Quick RPC

1.0.8

1. What is QuickRPC?

QuickRPC is an open source and high-performance remote procedure (RPC). It’s use MessagePack protocol so It’s easier to use than gRPC. You can use QuickRPC to develop every TCP client-server application or service

2. What does QuickRPC provide?

  1. Blocking RPC.
  2. Fire and forget calling.
  3. POJO RPC.
  4. Async data handler.
Hello World: a simplest example written in Kotlin.