[Lazarus] Quick Video: A Web Application

Michael Van Canneyt michael at freepascal.org
Wed Nov 8 08:57:46 CET 2017



On Wed, 8 Nov 2017, Marcello via Lazarus wrote:

> On 30/04/2017 21:42, Michael Van Canneyt via Lazarus wrote:
>>
>>>>> I'm afraid that the world is still waiting for a good GUI designer for
>>>>> web.
>>>>>
>>>>
>>>> We will deliver it :)
>>>
>>>
>>> Can you share with us when?  :)
>>
>> Current tentative schedule is september. But no guarantees. It doesn't 
>> depend only on me :)
>>
>> But today an important milestone (for me) was reached, so there is 
>> hope :)
>>
>> Michael.
>>
>>
>
> This news is really interesting.
> Are there any information about it?

There is.

Normally, early december a RC version of pas2js will be released.
pasjs currently is more or less at the level of D7 compatibility (minus interfaces and
pointers). There is a web-based compiler (i.e. you can do 'hot reload' as found in many
web development systems) etc.

Many basic RTL units work, there is access to all browser features or
node.js. you can import any javascript library (e.g. jquery is available)
using an import unit.

TDataset now also works, pas2js will ship with simple REST connection and
JSON Dataset components.

In short, everything to develop Pascal programs that run in the browser:
FPC will be a full development stack for web applications.

It will also be fully integrated in Lazarus.

Michael.




More information about the Lazarus mailing list