Skip to content
Discussion options

You must be logged in to vote

I'm not sure what you mean by a "network library". And I daresay the recommendation would very much depend on what you mean to achieve. MessagePack is just a serializer, so you can serialize data and send it over any network connection you want, from any library, or save it to a file, ... whatever.

The only recommendation I have for you is if you need RPC, meaning invoking methods over the network, and you want to use MessagePack to serialize arguments and return values, then StreamJsonRpc+MessagePack make a great pair.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jasonswearingen
Comment options

Answer selected by jasonswearingen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants