Skip to content

Delphi web application framework. Create web application using with pascal codes. Enjoy it!

License

Notifications You must be signed in to change notification settings

EMBBlaster/pascalweb

 
 

Repository files navigation

PascalWeb is an opensource application for creating dynamic web pages like as php, nodejs, python.

Configuring


Put that lines to apache httpd.conf :

LoadModule pascal_module "${INSTALL_DIR}/bin/pascal.net/mod_pascal.dll" 

<IfModule mime_module>
    AddType application/x-httpd-pas .pas
	AddHandler mod_pascal-handler .pas

</IfModule>

Thats it !

About

Delphi web application framework. Create web application using with pascal codes. Enjoy it!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 97.5%
  • PHP 1.1%
  • Other 1.4%