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
Josh Suereth recently posted an example of an NIO echo server using scalaz Iteratees. Requires the scalaz library