开发者

Are there any c# Protocol buffers tcp messaging libs out there?

开发者 https://www.devze.com 2023-03-10 18:51 出处:网络
Basically i want to pub/sub Protocol buffer messages over a tcp async socket. Are t开发者_StackOverflow社区here any open-source libs that pub/sub Protocol buffer messages over tcp?

Basically i want to pub/sub Protocol buffer messages over a tcp async socket.

Are t开发者_StackOverflow社区here any open-source libs that pub/sub Protocol buffer messages over tcp?

thanks


At a push - how about a redis node? Ultimately though any pub/sub implementation would suffice as long as it handles binary. I happen to like redis as it solves a host of problems in one tool; BookSleeve is a fully async binary-safe redis client that works well with BLOBs such as protobuf fragments.

Disclosure: since I wrote both protobuf-net and BookSleeve I might be biased...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号