What kinds of Software do you create in D.

bachmeier no at spam.net
Tue Nov 2 17:34:13 UTC 2021


On Tuesday, 2 November 2021 at 13:40:46 UTC, Adam D Ruppe wrote:
> On Monday, 1 November 2021 at 23:49:35 UTC, H. S. Teoh wrote:
>> :-) Which is awesome 'cos it can be tested on command-line 
>> without starting a webserver, *and* the same binary works 
>> inside CGI too.  cgi.d is total awesomeness.
>
> And it has an embedded webserver if you do want one! can even 
> serve on a unix domain socket though i've never found that 
> terribly useful so far.

When I wanted to run TiddlyWiki earlier this year, all the 
options were crap. Back in the old days, you could save directly 
from within Firefox without a server. Now you have a variety of 
methods to choose from but they're all bad. The best is running a 
Node server. 25 lines of D code + cgi.d delivered a stable option 
that did what I wanted.


More information about the Digitalmars-d mailing list