I've seen the video. I think it creates a webpage operating similar to Windows application (VCL or LCL, whatever). Am I correct?
Of course I should try it to fully understand, but some questions come up in my mind which want short and quick answers.
- Can I turn an existing Lazarus project to web, and use both of them? (well, Laz app is expected easier to maintain).
- Does it support Drag & Drop of TTreeView?
- What happens if I use RTTI controls?
- How to configure servers? Should there be another layer between webserver (nginx, or IIS, etc.)? No.. it seems it runs as if a HTTP server. Am I right? If then, does it mean that the Windows application (which should run on client PC) runs on a Server in this framework, and webbrowsers connect to that?
Sorry... I should see the video again. But if these questions do not bother you too much, please help me to grasp the big picture first.