This is similar to kkrpc I built #58
Replies: 1 comment
-
|
Yes, I’ve noticed kkrpc. It seems more comprehensive—especially for client–server communication, where it works out of the box. In contrast, comctx requires you to implement your own adapter. Its design philosophy is not to be a “batteries-included” framework that tries to cover every edge case or make too many assumptions. Instead, it leaves communication details up to the user, depending on the specific scenario. This reflects a trade-off between flexibility and built-in assumptions. In essence, kkrpc is designed as a full-fledged RPC framework, while comctx represents a minimal RPC kernel, providing the core primitives and leaving higher-level behaviors and policies to the user. Overall, kkrpc is an excellent piece of work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/kunkunsh/kkrpc
Beta Was this translation helpful? Give feedback.
All reactions