[fpc-pascal] Browser and exe

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue May 23 13:04:57 CEST 2017


That's why Model-View-Controller is such a great design pattern. If
you use MVC you can simply create a new View component and keep the
Model and Controller without changes.

You can use fcl-web to write the web server:
http://wiki.lazarus.freepascal.org/fcl-web

You will need to rewrite the GUI in html/javascript which is served to
the web browser.

In the past there was stuff like ActiveX and a Java similar, but
nowadays they are pretty much all deprecated sometimes even
unsupported at all, people should use html+javascript for web
interfaces.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list