Suggestion re the manual

Paolo Invernizzi paolo.invernizzi at gmail.com
Fri Jun 10 08:08:36 UTC 2022


On Friday, 10 June 2022 at 00:59:00 UTC, Adam Ruppe wrote:
> On Friday, 10 June 2022 at 00:35:17 UTC, Rob T wrote:
>> What I mean by that is incorporate the http code directly into 
>> our application and compile it into a single executable binary
>
> Huh, I'm surprised you had trouble with vibe since it works 
> that way too.
>
> Of course, I have my own D libraries (the oldest continually 
> maintained web code in D) which is not just embedded, it is a 
> single source file http server with no extra dependencies!
>
> ...but I never bothered doing https support since I prefer to 
> use the outer proxy server for that. Probably about 50 lines to 
> add it, maybe I will one of these days.

Here we are using your code as a base for our single process 
backend (well, copy-pasting only the needed parts of it).

It was easier to add SSL support directly using Deimos than 
configuring NGINX. But we don't have big workloads to deal with.

/P






More information about the Digitalmars-d mailing list