joe wrote: > I currently do most of my web development in PHP, with some work in Ruby > with RoR. Right now I'm starting to think about building my own stack for > web dev (I already use my own MVC framework and libs in PHP), but I'd > really like to move to something faster and more powerful. Java or ASP.NET > are two obvious choices, but I'm currently researching other alternatives > (like D). > > So first I was wondering if there has been any web development using D, > and if there are many (or any) libraries/frameworks/other resources > already available for this?
As mentioned Adam D. Ruppe has nice libs for web development, he managed to make a living out of it too so he must be doing something right :) There is one other web framework for D2 called serenity, I'm not sure how far it is but you can check it out here: https://github.com/mrmonday/serenity Perhaps this is unnecessary to mention, but would you choose ASP.NET, I'd recommend against webforms and look into ASP.NET mvc. If haven't used the latter myself but I didn't like webforms too much and heard good things about the mvc framework. Good luck!