Skip to content

C# bindings for ZeroMQ, because all the other ones are old.

License

Notifications You must be signed in to change notification settings

jgcodes2020/CSZeroMQ

Repository files navigation

CSZeroMQ

If there weren't already enough options for using ZeroMQ in C#, you have one more now. This library provides an efficient, minimal abstraction on top of libzmq in a similar manner to cppzmq. In addition, the underlying handles and native functions are exposed to allow you to use other APIs I have yet to create proper bindings for.

But why?

I wrote this binding because the existing bindings didn't support what I needed. NetMQ only supports TCP and PGM, and clrzmq seems to be abandoned.

License

This library is licensed under the LGPL, version 3.0 or later. See LICENSE.md for details. A copy of the GPL is also provided at doc/gpl-3.0.md for your convenience.

About

C# bindings for ZeroMQ, because all the other ones are old.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published