Re: [akka-user] stream of objects over http

2016-04-04 Thread RANDOM MOD 2
> sure when exactly. > > > On Sun, Apr 3, 2016 at 5:41 PM, RANDOM MOD 2 <cesa...@gmail.com > > wrote: > >> Hello, >> >> >> >> I have got a piece of code (see bellow) which spawns a server that echoes >> every stream of ByteString it r

[akka-user] stream of objects over http

2016-04-03 Thread RANDOM MOD 2
Hello, I have got a piece of code (see bellow) which spawns a server that echoes every stream of ByteString it receives from port 6001. The example also defines a client that connects to the server and sends a stream of ByteString containing a list of characters from letter 'a' to 'z'.