Difference between revisions of "Developing Web Apps with Pascal"

From Free Pascal wiki
Jump to navigationJump to search
m (Added another category; fixed typos)
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= ExtPascal =
+
== Overview ==
 +
 
 +
This page describes various ways of integrating javascript with Free Pascal.
 +
 
 +
== ExtPascal ==
  
 
ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.
 
ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.
Line 7: Line 11:
 
With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.
 
With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.
  
= qxotica =
+
== 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.
 
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.
  
http://web.fastermac.net/~MacPgmr/qxotica/QxoticaStatus.html
+
https://sourceforge.net/projects/qxotica/
 +
 
 +
== See also ==
 +
 
 +
* [[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:Other programming languages]]
 +
[[Category:FPC]]

Revision as of 14:07, 9 March 2020

Overview

This page describes various ways of integrating javascript with Free Pascal.

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.