D for Web Development?

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 8 05:44:27 PDT 2017


On 2017-06-08 09:32, Michael Reiland wrote:

> A few questions:
>
> - Is vibe.d the recommended way of doing web work?

Yes.

> - Is that book worth purchasing?

Yes.

> - Does D have a good library for accessing Postgres?  I see several
> listed but I don't know what the most stable would be for production:
> https://wiki.dlang.org/Libraries_and_Frameworks#Databases

I recommend ddb [1], it's compatible with vibe.d.

> - Why is D a better solution than Go or .Net Core?

D is a very flexible and powerful language that doesn't force you to 
program in a particular style. In my opinion Go is that that good a 
creating abstractions.

[1] http://code.dlang.org/packages/ddb

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list