15 Dec
2020
15 Dec
'20
12:19 a.m.
On Mon, Dec 14, 2020 at 1:27 AM Rakshita Parihar via Boost
*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: https://www.boost.org/doc/libs/1_75_0/libs/beast/doc/html/beast/examples.htm... There is also a video presentation on how it all works: https://www.youtube.com/watch?v=7FQwAjELMek Hope this helps!