Using Akka-Http and Akka-Streams version 2.4 how can I construct a stream so that it has a sink that is a websocket.
For example I would like to have a source that generates random numbers, these numbers get filtered, lets say keep even numbers, then flow to a WebSocket as a sink.
Thanks