digitalmars.D - web page in D (cgi)
- Martin (15/15) Jul 10 2005 I have created a web portal in D (cgi interface).
- Martin (3/18) Jul 10 2005 Sorry, it's
- Shammah Chancellor (3/27) Jul 10 2005 Are you using mango? If so, does it include a templating engine?
I have created a web portal in D (cgi interface). http:\\www.vaade.net Sorry, for know int is only in Estonian. My point is that it is so much better to write web applications in D than in any other language (In the past I have alse done web in PHP, C and JAVA (jsp+servlet)) D is much more convenient. Right now it uses cgi interface. Soon I am going to write itn to fastcgi (see fastcgi.com). I think that D + fastcgi kicks ass, because it is times faster than any other web technology. You might ofcourse say that the main bottleneck is Database in web server, but then I would say that then you have a problem with database optimization. So D rocks! And D + fastcgi rocks even more!
Jul 10 2005
Sorry, it's http://www.vaade.net In article <dar9vd$1r18$1 digitaldaemon.com>, Martin says...I have created a web portal in D (cgi interface). http:\\www.vaade.net Sorry, for know int is only in Estonian. My point is that it is so much better to write web applications in D than in any other language (In the past I have alse done web in PHP, C and JAVA (jsp+servlet)) D is much more convenient. Right now it uses cgi interface. Soon I am going to write itn to fastcgi (see fastcgi.com). I think that D + fastcgi kicks ass, because it is times faster than any other web technology. You might ofcourse say that the main bottleneck is Database in web server, but then I would say that then you have a problem with database optimization. So D rocks! And D + fastcgi rocks even more!
Jul 10 2005
Are you using mango? If so, does it include a templating engine? -Sha In article <dara20$1r39$1 digitaldaemon.com>, Martin says...Sorry, it's http://www.vaade.net In article <dar9vd$1r18$1 digitaldaemon.com>, Martin says...I have created a web portal in D (cgi interface). http:\\www.vaade.net Sorry, for know int is only in Estonian. My point is that it is so much better to write web applications in D than in any other language (In the past I have alse done web in PHP, C and JAVA (jsp+servlet)) D is much more convenient. Right now it uses cgi interface. Soon I am going to write itn to fastcgi (see fastcgi.com). I think that D + fastcgi kicks ass, because it is times faster than any other web technology. You might ofcourse say that the main bottleneck is Database in web server, but then I would say that then you have a problem with database optimization. So D rocks! And D + fastcgi rocks even more!
Jul 10 2005
No, I wrote everything myself. In article <dare0u$1upp$1 digitaldaemon.com>, Shammah Chancellor says...Are you using mango? If so, does it include a templating engine? -Sha In article <dara20$1r39$1 digitaldaemon.com>, Martin says...Sorry, it's http://www.vaade.net In article <dar9vd$1r18$1 digitaldaemon.com>, Martin says...I have created a web portal in D (cgi interface). http:\\www.vaade.net Sorry, for know int is only in Estonian. My point is that it is so much better to write web applications in D than in any other language (In the past I have alse done web in PHP, C and JAVA (jsp+servlet)) D is much more convenient. Right now it uses cgi interface. Soon I am going to write itn to fastcgi (see fastcgi.com). I think that D + fastcgi kicks ass, because it is times faster than any other web technology. You might ofcourse say that the main bottleneck is Database in web server, but then I would say that then you have a problem with database optimization. So D rocks! And D + fastcgi rocks even more!
Jul 10 2005
In article <dare0u$1upp$1 digitaldaemon.com>, Shammah Chancellor says...Are you using mango? If so, does it include a templating engine? -ShaAs for a templating engine built with mango, that's a work in progress: http://svn.dsource.org/projects/dsp/trunk/doc/index.html Beta 1 is out, with another release on the way. Personally, I think that fastCGI + D is a fantastic combination. Its my ambition that DSP will help solve some of the higher-level problems not completely covered by that solution. - EricAnderton at yahoo
Jul 10 2005