C++ Boost Beast Websocket server (Redis Subscriber) to stream stock quotes – Session 1



C++ Boost Beast Websocket server (Redis Subscriber) to stream stock quotes – Session 1

C++ Boost  Beast Websocket server (Redis Subscriber) to stream stock quotes - Session 1

Use Case
C++ Boost Beast based websocket server – Session 1

Use this programs to read stock quotes from redis and publish over websockets. Updated boost beast multi chat example. Connects to redis and publishes the quotes on the websockets.

Updated boost beast multi chat example.
Connects to redis and publishes the quotes on the websockets.

Libraries Used
C++ Boost ASIO
C++ Boost Beast
hiredis

Source Code:
https://docs.sravz.com/docs/tech/cpp/boost-beast-websocket-server/

#c++ #cpp #redis #boost #websockets #finance #analytics