{"author_name":"shokai","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshokai.hatenadiary.org%2Fentry%2F20100811%2F1281498202\" title=\"ZeroMQ C++\u3067sub - \u6a4b\u672c\u8a73\u89e3\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","description":"http://api.zeromq.org/zmq_cpp.html\u3053\u308c\u3092 #!/usr/bin/env ruby require 'rubygems' require 'zmq' ctx = ZMQ::Context.new sock= ctx.socket(ZMQ::SUB) sock.connect('tcp://127.0.0.1:5000') sock.setsockopt(ZMQ::SUBSCRIBE, 'count') loop do puts sock.recv() end c++\u3067\u66f8\u304f\u3068\u3053\u3046\u306a\u308b #include <stdio.h> #include <iostream> #\u2026","image_url":null,"author_url":"https://blog.hatena.ne.jp/shokai/","title":"ZeroMQ C++\u3067sub","version":"1.0","blog_title":"\u6a4b\u672c\u8a73\u89e3","url":"https://shokai.hatenadiary.org/entry/20100811/1281498202","published":"2010-08-11 12:43:22","provider_url":"https://hatena.blog","type":"rich","height":"190","blog_url":"https://shokai.hatenadiary.org/","width":"100%","provider_name":"Hatena Blog","categories":["C++","ZeroMQ"]}