digitalmars.D.learn - RosettaCode: Echo Server
- sybrandy <sybrandy gmail.com> Sep 03 2010
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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
Sep 03 2010








sybrandy <sybrandy gmail.com>