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

John Colvin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 27 06:03:18 PDT 2014


On Friday, 27 June 2014 at 12:51:45 UTC, bioinfornatics wrote:
> Hi,
>
> I have a linux network and i would like to know if they are a D 
> library to  communicate between computer efficiently.
>
> I do not know if that is better to use websocket and if they 
> exists into dlang:
> - 
> http://planet.jboss.org/post/rest_vs_websocket_comparison_and_benchmarks
>
> Thanks for your help
>
> Regards

It's an application and network dependant decision, but I would 
suggest http://code.dlang.org/packages/zmqd as suitable for most 
situations.


More information about the Digitalmars-d-learn mailing list