Re: [fpc-pascal] Web application framework in Free Pascal

2019-02-14 Thread Zamrony P. Juhara via fpc-pascal
If you read roadmap section in readme file, I plan to add functionality to support not only CGI, but also FastCGI and as standalone http server (similar to Node.js + Express). After found out about piradoiv/Prack | | | | || | | | | | piradoiv/Prack Simple and Scalab

Re: [fpc-pascal] Web application framework in Free Pascal

2019-02-14 Thread Anthony Walter
Your documentation looks good, along with the examples, instructions, and general site aesthetics. Beyond providing your own mechanism for implementing a pascal based CGI wrapper, what functionality does or do you plan to expose? That is, what do you imagine doing with it aside from the normal CGI

Re: [fpc-pascal] Web application framework in Free Pascal

2019-02-13 Thread Michael Schnell
(Wat actually is a Web application framework ?) What GUI designer is used for creating an “active” web page ? What communication channel is used to link server code to the Browser widgets ? Can part of the application run in the Browser via Pas2js or WebAssemby ? -Michael __

Re: [fpc-pascal] Web application framework in Free Pascal

2019-02-12 Thread Marc Hanisch via fpc-pascal
Thanks for the link, looks really good and I will try it out for sure as soon as possible! Best regards, Marc -- Jabber: xmpp:marc.hani...@member.fsf.org Support the Free Software Foundation! https://my.fsf.org/donate Am Mi., 13. Feb. 2019, 07:06 hat Zamrony P. Juhara via fpc-pascal < fpc-pascal

[fpc-pascal] Web application framework in Free Pascal

2019-02-12 Thread Zamrony P. Juhara via fpc-pascal
Hi, everyone I just want to announce web application framework that I am developing, in case anyone interested.  Not yet mature but beginning to take shape. Source code fanoframework/fano | | | | || | | | | | fanoframework/fano Pascal web application framework. Cont