On Monday, 26 May 2014 at 14:05:48 UTC, Rene Zwanenburg wrote:
On Monday, 26 May 2014 at 10:48:09 UTC, JJDuck wrote:Vibe.d has support for ssl streams. You should be able to send and receive raw structs over such a stream, or if the server and client have a different arch you can use vibe's bson serialisation.http://vibed.org/api/vibe.stream.ssl/
I definitely will research on that. It is indeed a good alternatives.
Thanks