Re: good RPC framework for D?

2017-08-09 Thread jasonsalex via Digitalmars-d
On Tuesday, 6 June 2017 at 01:01:34 UTC, Timothee Cour wrote: Is there a good RPC framework for D? requirements: * efficient (no json/xml) * supports at least sending/receiving raw bytes I tried msgpack-rpc but it seems abandonned (last commit 2 y ago) and this issue makes it unusable: https

Re: good RPC framework for D?

2017-06-06 Thread Ola Fosheim Grøstad via Digitalmars-d
On Tuesday, 6 June 2017 at 01:01:34 UTC, Timothee Cour wrote: Is there at least a reliable solution that sends raw bytes ? than I can for eg wrap protobufs or other serialized formats via serialization/deserialization. Additional requirements: supports streaming data (either input or output

Re: good RPC framework for D?

2017-06-05 Thread Laeeth Isharc via Digitalmars-d
On Tuesday, 6 June 2017 at 01:01:34 UTC, Timothee Cour wrote: Is there a good RPC framework for D? requirements: * efficient (no json/xml) * supports at least sending/receiving raw bytes I tried msgpack-rpc but it seems abandonned (last commit 2 y ago) and this issue makes it unusable: https

Re: good RPC framework for D?

2017-06-05 Thread Neia Neutuladh via Digitalmars-d
On Tuesday, 6 June 2017 at 01:01:34 UTC, Timothee Cour wrote: Is there a good RPC framework for D? Last time I needed one, I used Thrift. D support in Thrift is maintained upstream. Unfortunately, the version available in dub is really old. Also unfortunately, it's std.socket only

good RPC framework for D?

2017-06-05 Thread Timothee Cour via Digitalmars-d
Is there a good RPC framework for D? requirements: * efficient (no json/xml) * supports at least sending/receiving raw bytes I tried msgpack-rpc but it seems abandonned (last commit 2 y ago) and this issue makes it unusable: https://github.com/msgpack-rpc/msgpack-rpc-d/issues/16 for messages