/sealang

Delphi server side web programming language. Create web application using with pascal codes. Enjoy it!

Primary LanguagePascalGNU General Public License v3.0GPL-3.0

Sealang (techniques known as plum framework) is an opensource event based programming language for creating dynamic web pages like as php, nodejs, python.

Configuring


Put that lines to apache httpd.conf :

LoadModule sealang_module "${INSTALL_DIR}/bin/sealang/sealang.dll" 

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

</IfModule>

Thats it !

Contact : srkgns@gmail.com