« Return to Thread: Using gb.web in my own gambas web server

Re: Using gb.web in my own gambas web server

by guiodic :: Rate this Message:

Reply to Author | View in Thread


Benoît Minisini wrote:
As stated in the documentation, gb.web allows you to implement *CGI* scripts,
i.e. executables that are run by the HTTP server and that return the HTTP
response on their standard output stream.

Regards,

--
Benoît
yes, of course. So, the solution could be to make a separate executable which I send the raw stream and receive the output. Is it a good idea in you opinion?

Best regards and thank you.

 « Return to Thread: Using gb.web in my own gambas web server