MessagePack:快速跨平台序列化器和RPC - 请分享经验

发布于 2024-10-27 18:23:52 字数 178 浏览 6 评论 0 原文

在寻找一些快速、简单且稳定的 RPC 库时,我偶然发现了 MessagePack 项目,它似乎非常好。它也正在积极开发中。

如果您以任何方式使用它,可以分享一下您的经验吗?

PS我认为这个问题应该是社区维基

Looking for some fast, simple and stable RPC library I stumbled upon MessagePack project which seems to be very good. It is also under active development.

If you used it in any way, could you please share your experience?

P.S. I think this question should be community wiki

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

复古式 2024-11-03 18:23:52

好吧,过了一段时间,我发现 MessagePack 没有很好的文档记录(Wiki for Java 中甚至有不起作用的教程),有大约 7 个几个月前的突出错误没有任何回复。代码甚至没有经过 JavaDoc 编写,因此您可以快速掌握和学习它...

但是,尽管社区有一些几个月前未完成的拉取请求,但开发人员的活动似乎相当高。

所以,如果 GPL 适合你,那就选择 ICE。如果没有的话……还不知道。仍在寻找。

Well, after some time I found that MessagePack is not well-documented (there was even non-working tutorial in Wiki for Java), there are like 7 outstanding bugs several months old without any replies. Code even is not JavaDoc'ed so that you can take and learn it quickly...

But it seems developer activity there is quite high despite of some outstanding pull requests from the community, that are several months old.

So, well, if GPL suits you, go for ICE. If not... don't know yet. Still looking.

宫墨修音 2024-11-03 18:23:52

我还在研究一个快速、跨平台、跨语言、非 GPL 许可的 RPC 库。

从 MessagePack 的 C++ 源代码来看,它似乎不适用于 Win32,但这是我自己的要求。

除了那个单独的项目之外,它位于我的序列化/RPC 库列表的顶部。

I'm also looking into a fast, cross-platform, cross-language, non-GPL-licensed RPC library.

From looking at the C++ source of MessagePack it seems that it doesn't work on Win32 though, which is a requirement for myself.

Except for that that single item it is on top of my list of serialization/RPC libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文