www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Can anyone please suggest a web framework?

reply Eric conrad <shareabread gmail.com> writes:
I'm new to D. Been toying with it from the command-line using 
vim. My end goal is to develop a scalable web application. Is 
there any existing web framework that are close to "raw D" that i 
can use to achieve this goal? Or i have to create my own 
framework. Sorry for this noob question.
Nov 29 2015
next sibling parent Jonathan M Davis <jmdavisProg gmx.com> writes:
On Monday, 30 November 2015 at 00:31:31 UTC, Eric conrad wrote:
 I'm new to D. Been toying with it from the command-line using 
 vim. My end goal is to develop a scalable web application. Is 
 there any existing web framework that are close to "raw D" that 
 i can use to achieve this goal? Or i have to create my own 
 framework. Sorry for this noob question.
I expect that this is what most everyone will point you to: http://vibed.org/ - Jonathan M Davis
Nov 29 2015
prev sibling parent reply bachmeier <no spam.net> writes:
On Monday, 30 November 2015 at 00:31:31 UTC, Eric conrad wrote:
 I'm new to D. Been toying with it from the command-line using 
 vim. My end goal is to develop a scalable web application. Is 
 there any existing web framework that are close to "raw D" that 
 i can use to achieve this goal? Or i have to create my own 
 framework. Sorry for this noob question.
I just noticed the announcement for this tonight (I was moving at the time) if you want to use vibe.d that was already mentioned by Jonathan Davis: http://forum.dlang.org/post/onennbgfhjemovvkhdji forum.dlang.org Apparently it will be out in 1-2 months.
Nov 29 2015
parent Daniel Kozak via Digitalmars-d <digitalmars-d puremagic.com> writes:
V Mon, 30 Nov 2015 01:19:55 +0000
bachmeier via Digitalmars-d <digitalmars-d puremagic.com> napsáno:

 On Monday, 30 November 2015 at 00:31:31 UTC, Eric conrad wrote:
 I'm new to D. Been toying with it from the command-line using 
 vim. My end goal is to develop a scalable web application. Is 
 there any existing web framework that are close to "raw D" that 
 i can use to achieve this goal? Or i have to create my own 
 framework. Sorry for this noob question.  
I just noticed the announcement for this tonight (I was moving at the time) if you want to use vibe.d that was already mentioned by Jonathan Davis: http://forum.dlang.org/post/onennbgfhjemovvkhdji forum.dlang.org Apparently it will be out in 1-2 months.
Until then, there is already book with some vibe.d basics https://www.packtpub.com/application-development/learning-d
Nov 30 2015