Boost.Beast: websocket server which sends messages to all connected clients independently (no echo, maybe broadcast)
currently I am writing a C++ Application for simulating some flying objects in the real world (like GIS).
All the visualization stuff should be made in one or more browser (1 server, X clients).
To connect the Sim APP with the Browser-Clients I decided to choose WebSocket (ws) for the data exchange.