We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa00bd commit 0f9eaaeCopy full SHA for 0f9eaae
README.markdown
@@ -1,6 +1,9 @@
1
Zeromqt - a [Qt][] binding for [ZeroMQ][]
2
=========================================
3
4
+(You may want to consiser using [nzmqt][] instead - it's a cleaner
5
+implementation and is based on newer versions of the underlying API)
6
+
7
Zeromqt integrates ZeroMQ (version 2.1.0 and later) into the Qt event loop,
8
mapping ZeroMQ message events onto Qt signals.
9
@@ -52,3 +55,4 @@ More Information
52
55
53
56
[qt]: http://qt.nokia.com/ "Qt"
54
57
[zeromq]: http://zeromq.com/ "ZeroMQ"
58
+[nzmqt]: https://github.com/jonnydee/nzmqt "nzmqt"
0 commit comments