A very simple example demonstrating functionality of akka-streams
and akka-http
. The Client
makes a request and the Server
responds with continuous chunked http response (stream)
sbt run
should generate response in the command line
test
test
test
...