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 EzyHTTP provide?
- Blocking RPC
- Fire and forget calling
- POJO RPC
- Async data handler
3. Getting Started