All the \"server\" example in scala use actors, reactors etc...
Can someone show me how to write a dead simple echo server and client, just like the following python
I just wrote a blog post about using Akka IO and Iteratees to create a simple command based socket server.
Maybe it could be of interest.
http://leon.radley.se/2012/08/akka-command-based-socket-server/