On Monday, 26 May 2014 at 10:48:09 UTC, JJDuck wrote:
On Monday, 26 May 2014 at 09:08:53 UTC, John Colvin wrote:
What are your requirements? There may be an alternative
library you could use.
I did some research , D2 + phobos + tango + mango + encryption
can give me what I want.
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/