Hello.
Are there any peoples or @abouchez who can help (expliaine) me, giving exemple or enlightements about my requests.
- Is mORMot capable to act as a .cgi program ?
Giving a desktop application written with lazarus/fpc which interact with some http server supporting cgi (Apache, ...) using mORMot:
I work with data (from Db) in my desktop application, then while saving, the data will be posted to remote server (Apache) that executes the ".CGI application,
the ".CGI" program will intercept tha data sent by me and save them to ".DB". After saving I need to do some calculus (works) depending on this data.
The classcal CGI is working well, But I wonder if mORMOT is capable of that. (I know that mORMot RemoteDB is working well, But IT IS NOT CAPABLE to DO WORKS AFTER SAVING DATA)