MessagePack:快速跨平台序列化器和RPC - 请分享经验
在寻找一些快速、简单且稳定的 RPC 库时,我偶然发现了 MessagePack 项目,它似乎非常好。它也正在积极开发中。
如果您以任何方式使用它,可以分享一下您的经验吗?
PS我认为这个问题应该是社区维基
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,过了一段时间,我发现 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.
我还在研究一个快速、跨平台、跨语言、非 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.