[Lazarus] Quick Video: A Web Application
Michael Schnell
mschnell at lumino.de
Wed Nov 8 10:25:48 CET 2017
On 08.11.2017 08:57, Michael Van Canneyt via Lazarus wrote:
> Normally, early december a RC version of pas2js will be released.
I understand that the issue of this thread is using Lazarus to do a
server based "Rich Internet" application that shows it's GUI in the browser.
So pas2js is only part of the game.
Other components would be
- Allowing for an "Application" (out of the box providing TTimer,
TThread.Queue/Synchonize etc.) to run on the server without any binding
to a local GUI framework.
- Communication between the Server application and the part running on
the brower via a 3rd party web server.
- allowing for decent Debugging in Lazarus (e.g. via an optional
built-in web server, which AFAIK already is in place) .
- Lazarus providing a GUI builder for the browser based GUI.
Moreover IMHO a migration path from Java script in the Browser (pas2js)
to using WebAssembly in the Browser should be considered.
Any news about these topics ?
-Michael
More information about the Lazarus
mailing list