D Language HTTP Server

Adam D Ruppe destructionator at gmail.com
Tue Sep 5 14:49:12 UTC 2023


On Tuesday, 5 September 2023 at 14:38:34 UTC, Sergey wrote:
> Handy and Serverino both are fine as minimalistic servers.

im curious, makes them more minimalistic than the cgi.d?

of course cgi.d has tons of options and expansions and such but 
if you don't use them you have a pretty small core which i 
imagine are all comparable

> If you want more power you can try arsd cgi solution. It is 
> also has some database packages from the same author - 
> https://arsd-official.dpldocs.info/arsd.postgres.html

indeed. i should warn you im in the middle of making some minor 
changes to that right now, i think i'll have it restablized by 
friday's 11.1 release but there is a small regression in the 
11.0.1 current version (which you might not notice to be fair but 
it broke to!int(database_row[0]), you'd have to 
`to!int(database_row[0].toString)` to work around rn whcih feels 
silly lol)


More information about the Digitalmars-d mailing list