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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to