[Lazarus] Lazarus/FPC for Web Development only

Michael Van Canneyt michael at freepascal.org
Wed Feb 5 08:58:35 CET 2014



On Tue, 4 Feb 2014, glpunzi at gmail.com wrote:

> Hi all,
> 
> I would like to do a “simple poll” to know your opinion.
> 
> I developed a lot of Delphi in the past, and I like it very much. Some weeks ago I returned to Delphi from an
> outsourcing, and worked under Delphi 6, and remembered how I loved Object Pascal.
> 
> I’m on a position where we have to start a new project, and can choose development enviroment.
> 
> This project should be web, multilanguage, and so on…(now all should be web ☹ ) and I would like to know your
> opinion if it’s worth to develop web applications using server side with Brook (for example), and HTML5 and JS for
> client side, against other options like Java, PHP, Python.

I have succesfully developed such (big) projects in Lazarus:
Server side is Lazarus (more specific: fcl-web and the webdata/json-rpc modules)
Client side is ExtJS - but JQuery, qooxdoo or dojo (or whatever the hype is these days) would work equally well.

There are various technologies available to work with the web in Lazarus.

All have in common that they are built on top of fcl-web.

Michael.


More information about the Lazarus mailing list