beetlex-io / XRPC

dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
Apache License 2.0
84 stars 22 forks source link

为什么RPC会跟MVC绑在一起? #2

Closed Cloud33 closed 5 years ago

Cloud33 commented 5 years ago

我看文档过虑器,好像是使用MVC的机制?

Actor实例功能非常棒.

beetlex-io commented 5 years ago

和MVC的Filter差不多的设计方式

Cloud33 commented 5 years ago

能单独使用全功能吗?还是说有外部依赖。

beetlex-io commented 5 years ago

除了序列化使用了MessagePack和json,其他功能都是组件自有实现。

Cloud33 commented 5 years ago

谢谢解答。