What is best way to communicate between computer in local network ?

Sean Kelly via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 28 09:08:16 PDT 2014


On Friday, 27 June 2014 at 13:03:20 UTC, John Colvin wrote:
>
> It's an application and network dependant decision, but I would 
> suggest http://code.dlang.org/packages/zmqd as suitable for 
> most situations.

Yeah, this would be my first choice.  Or HTTP if integration with 
other applications is an option.  I really like JSON-RPC, though 
it seems to not get much attention.  Longer term, I'd like to 
extend the messaging in std.concurrency to allow interprocess 
communication as well.


More information about the Digitalmars-d-learn mailing list