September 04, 2010
Hello,

I decided to exercise my skills in D a bit and wrote an implementation for an echo server using D.  I figure before I post it to the site, I'd post it here for comments as I'd like to get the best possible version on the site vs. something that's half-assed.  Considering I'm very new to socket programming, I'm guessing this may not be the best possible version.

Attached are two files: a client and a server.  Let me know what you think.

Casey