std.socket tutorials? examples?

Andrea Fontana nospam at example.com
Thu Oct 4 08:52:28 UTC 2018


On Thursday, 4 October 2018 at 08:32:13 UTC, Chris Katko wrote:
> I've been Google'ing and there's like... nothing out there.
>
> One of the top results for "std.socket dlang examples"... is 
> for TANGO. That's how old it is.

Socket paradigm is quite standard across languages.

Anyway you can find a couple of example here:
https://github.com/dlang/dmd/blob/master/samples/listener.d
https://github.com/dlang/dmd/blob/master/samples/htmlget.d

Andrea


More information about the Digitalmars-d-learn mailing list