Thread overview
D for web?
Jan 14, 2014
ProgrammingGhost
Jan 14, 2014
Dicebot
Jan 14, 2014
Uplink_Coder
Jan 14, 2014
Uplink_Coder
Jan 14, 2014
bearophile
Jan 15, 2014
Rikki Cattermole
January 14, 2014
Is it possible to build websites using D? I know the website is written in D but there isn't a library for web that handles http request, parsing the page, query string etc?
January 14, 2014
On Tuesday, 14 January 2014 at 16:30:10 UTC, ProgrammingGhost wrote:
> Is it possible to build websites using D? I know the website is written in D but there isn't a library for web that handles http request, parsing the page, query string etc?

http://vibed.org does such stuff and much more on top of it.

Vladimir's talk from last DConf mentions it : http://dconf.org/2013/talks/panteleev.html
January 14, 2014
there is vibe.d!
look at the dconf2013 for a presentation about it
and get it at vibed.org
January 14, 2014
ProgrammingGhost:

> Is it possible to build websites using D? I know the website is written in D but there isn't a library for web that handles http request, parsing the page, query string etc?

Take a look here:
http://vibed.org/

Bye,
bearophile
January 14, 2014
you were faster :D
January 15, 2014
On Tuesday, 14 January 2014 at 16:30:10 UTC, ProgrammingGhost wrote:
> Is it possible to build websites using D? I know the website is written in D but there isn't a library for web that handles http request, parsing the page, query string etc?

If you want a framework built on top of Vibe check out Cmsed[0].
Not yet ready for announcement but it basically comes down to write the odata support.

[0] https://github.com/rikkimax/Cmsed