[Lazarus] Quick Video: A Web Application

Michael Van Canneyt michael at freepascal.org
Wed Nov 8 13:12:57 CET 2017



On Wed, 8 Nov 2017, Michael Schnell via Lazarus wrote:

> On 08.11.2017 12:28, Michael Van Canneyt via Lazarus wrote:
>> It is the basic building block.
> I do agree that it is a very viable building block, but theoretically 
> for "Rich internet Applications" there are alternatives:
>  - WebAssembly (which as far as I understand is considered for fpc, and 
> I suppose it might get started after pas2js is released, as it partly 
> might be based on same. )
>  - using a 3rd party JS based GUI framework (like EXTJS/EXTPASCAL, 
> which is very expensive/depreciated/dead), or e.g. "React", which might 
> be not decently suited as a target for the Lazarus GUI builder.

ExtPascal way (or UniGUI for that matter) is the wrong way to do things. 
Interesting as a toy, but not suitable for
a) Large, scalable websites
b) serveless applications.

pas2js can use extjs or react or even angular, if you so choose.

Michael.


More information about the Lazarus mailing list