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?
- Blocking RPC.
 - Fire and forget calling.
 - POJO RPC.
 - Async data handler.
 
Hello World: a simplest example written in Kotlin.