Suggestion re the manual

Rob T alanb at ucora.com
Fri Jun 10 00:35:17 UTC 2022


On Thursday, 9 June 2022 at 22:53:04 UTC, Adam Ruppe wrote:
> On Thursday, 9 June 2022 at 22:23:24 UTC, Rob T wrote:
>> We prefer fully embedded as opposed to separate.
>
> What do you mean by embedding here?

What I mean by that is incorporate the http code directly into 
our application and compile it into a single executable binary, 
ie no separate process for handling https requests. Having said 
that, ideally the http code should be in the form of a standard 
library that we tap into, just as we do with any other library.

What we do not want or need is a traditional style http server 
process that is feeding typical web apps, we're not running a 
typical web app, the web side is simply the user interface, 
that's the only use we have for it.


More information about the Digitalmars-d mailing list