Difference between revisions of "Developing Web Apps with Pascal"

From Free Pascal wiki
Jump to navigationJump to search
m (→‎qxotica: Updated link to more permanent home.)
Line 18: Line 18:
 
== See also ==
 
== See also ==
 
* [[fcl-web]] Framework for developing web applications. Also lets you use JSON/REST APIs.
 
* [[fcl-web]] Framework for developing web applications. Also lets you use JSON/REST APIs.
 +
* [https://fanoframework.github.io Fano Framework] Web application framework for modern Pascal programming language.
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]

Revision as of 12:53, 12 February 2019

Overview

Apparently this page is meant to describe various way of integrating javascrit with FreePascal?

ExtPascal

ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.

http://code.google.com/p/extpascal/

With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.

qxotica

The qxotica tools provide a way to use Lazarus to create both the qooxdoo-based JavaScript client and the Pascal server backend for a Web app.

https://sourceforge.net/projects/qxotica/

See also

  • fcl-web Framework for developing web applications. Also lets you use JSON/REST APIs.
  • Fano Framework Web application framework for modern Pascal programming language.