Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dwscript web server

I want to use dwscript for web programming ( generating dynamic content). I was wondering if there is any module for apache web server? Or how can I run my own web server based on dwscript?

like image 358
opc0de Avatar asked May 07 '12 11:05

opc0de


1 Answers

I'm not (yet?) familiar with DWScript, but I've created an Apache module that runs a Delphi-compiled module that serves a web-site over an abstract interface, so it can plug into IIS or InternetExplorer also. There are also versions that auto-recompile when it detects changes to the source-code, so you can develop and test by hitting refresh in the browser window:

http://xxm.sourceforge.net/

like image 127
Stijn Sanders Avatar answered Sep 28 '22 20:09

Stijn Sanders