$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-12-15 00:19:00
On Mon, Dec 14, 2020 at 1:27 AM Rakshita Parihar via Boost
<boost_at_[hidden]> wrote:
> *1) Is there any boost C++ library for pub/sub model? If yes, please give
> me the details or link for the tutorial.*
This program implements a server which receives and broadcasts
messages to all clients:
There is also a video presentation on how it all works:
<https://www.youtube.com/watch?v=7FQwAjELMek>
Hope this helps!