$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Beast] Questions Before Review
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-01 20:36:11
On Sat, Jul 1, 2017 at 1:29 PM, Artyom Beilis via Boost
<boost_at_[hidden]> wrote:
> 1: blog.cppcms.com/post/107
https://www.html5rocks.com/en/tutorials/eventsource/basics/
Message was cut off, sorry about that.
Anyway, Beast is not limited to just web servers serving web content.
WebSockets are very useful when you want a two-way channel such as for
games. I'll note you did not address that use-case in your CppCMS blog
post and intstead listed the common example of stock quotes, which are
one-way.