Some kind of RPC exists for D?
Paul via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jun 21 11:22:53 PDT 2014
On Wednesday, 18 June 2014 at 19:24:03 UTC, Bienlein wrote:
> Hello,
>
> I'm looking for a way to do some kind of RPC in D. Some way of
> being able to say aFoo.bar(int i, ...) with receiver object and
> method being marshalled at the sender's site and being
> unmarshalled and invoked at the receiver's site. Any hints
> appreciated.
>
> Thanks, Bienlein
I wrote some (JSONRPC and TXTRPC) and used them with vibe. I can
send you via email
More information about the Digitalmars-d-learn
mailing list