Recent

Author Topic: Create Web App  (Read 1735 times)

kotakomputer

  • Newbie
  • Posts: 5
Create Web App
« on: November 17, 2019, 06:21:46 am »
What is the best tool to create Web App using Lazarus?
I see TMS Web Core is very good but $450 too expensive for me, is there a cheaper alternative ($100 is good) ?

Thaddy

  • Hero Member
  • *****
  • Posts: 14205
  • Probably until I exterminate Putin.
Re: Create Web App
« Reply #1 on: November 17, 2019, 08:01:59 am »
You can simply use pas2js on its own, you really don't need webcore (although it is very good)
But see
https://wiki.freepascal.org/pas2js_widgetsets for several efforts that may be of use.
Specialize a type, not a var.

kotakomputer

  • Newbie
  • Posts: 5
Re: Create Web App
« Reply #2 on: November 17, 2019, 12:34:39 pm »
How about fpWeb?

I need component which support Responsive Design and/or Bootstrap.

Very difficult to find any online/live samples about Web App created by Lazarus.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8746
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Create Web App
« Reply #3 on: November 17, 2019, 07:55:56 pm »
I need component which support Responsive Design and/or Bootstrap.
Your best bet for that is a pas2js wrapper over your favorite JS library. fpWeb is backend only framework, though its LCL components can be linked to dataset for automatic HTML generation, but I won't suggest it. It's so much easier to generate the content yourself.

 

TinyPortal © 2005-2018