digitalmars.D.learn - D for web?
- ProgrammingGhost (3/3) Jan 14 2014 Is it possible to build websites using D? I know the website is
- Dicebot (5/8) Jan 14 2014 http://vibed.org does such stuff and much more on top of it.
- Uplink_Coder (1/1) Jan 14 2014 you were faster :D
- Uplink_Coder (3/3) Jan 14 2014 there is vibe.d!
- bearophile (5/8) Jan 14 2014 Take a look here:
- Rikki Cattermole (6/9) Jan 14 2014 If you want a framework built on top of Vibe check out Cmsed[0].
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?
Jan 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
Jan 14 2014
there is vibe.d! look at the dconf2013 for a presentation about it and get it at vibed.org
Jan 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
Jan 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?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
Jan 14 2014