www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - A D blog post about my web server

reply Danny Arends <Danny.Arends gmail.com> writes:
Hey all,

Don't know if this is the right place to put this (delete if 
needed)

I made some updates to my web server (written in the D language), 
and thought some of you might find it interesting:

https://www.dannyarends.nl/Compression%20and%20encryption

See the project here:

https://github.com/DannyArends/DaNode

I did a short talk about this project at D Conf 2016.
Sep 10 2017
parent aberba <karabutaworld gmail.com> writes:
On Sunday, 10 September 2017 at 08:32:37 UTC, Danny Arends wrote:
 Hey all,

 Don't know if this is the right place to put this (delete if 
 needed)

 I made some updates to my web server (written in the D 
 language), and thought some of you might find it interesting:

 https://www.dannyarends.nl/Compression%20and%20encryption

 See the project here:

 https://github.com/DannyArends/DaNode

 I did a short talk about this project at D Conf 2016.
Interesting. Do you do some kind of server-to-server communication? (If yes, with what?)
Sep 12 2017