Web servers in D

Hasen Judy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 25 00:25:02 PDT 2017


On Friday, 25 August 2017 at 06:15:35 UTC, Eugene Wissner wrote:
>
> There is collie [1]. Never used. Can't say a lot about it.
>
> arsd [2] has a lot of interesting web stuff: event loop, 
> FastCGI/SimpleCGI; web-, DOM-, mail-utilities.
>
> And the last but not least I'm running currently a small web 
> server serving static files based on tanya [3]. Once I'm ready 
> to write a web-framework on top of it, it would be what you 
> mention: no compile-time templates, no jade-style templates, 
> since I dislike these too. But unfortunately it is not 
> something can be used now.
>
> [1] https://github.com/huntlabs/collie
> [2] https://github.com/adamdruppe/arsd
> [3] https://github.com/caraus-ecms/tanya

Thanks. Those are some interesting links.

FWIW I kind of like compile-time templates. I just don't like 
jade (or coffee-script, or stylus, or all these languages that 
try to remove the punctuation and curly braces, and all signs of 
structure).


More information about the Digitalmars-d-learn mailing list