RosettaCode: Echo Server

sybrandy sybrandy at gmail.com
Fri Sep 3 17:54:19 PDT 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: echoclient.d
Type: text/x-dsrc
Size: 641 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20100903/a57bf2a8/attachment.d>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: echoserv.d
Type: text/x-dsrc
Size: 476 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20100903/a57bf2a8/attachment-0001.d>


More information about the Digitalmars-d-learn mailing list