June 23, 2022 01:20AM
I have bumped into CGI (after asking the question here).

However, I have some issues with CGI. For example, I have to add HEADERS
maintaining CRLF etc in the output. However, I want the CLI app to be
totally independent. I mean, I want to output regular text or json
without any header. So, what I really want is:

CLI_APP | ADD_UI | ADD_CGI_HEADER

Where CLI_APP gives me pure json. ADD_UI adds HTML, CSS, JS on the json
output. And ADD_CGI_HEADER adds the extra stuff that is needed to make the
final response sendable via the server.

Please note that when the user will send a request, it will have to go
through the total pipeline. Also please note that, I can always call ADD_UI
at the end of CLI_APP and call ADD_CGI_HEADER at the end of ADD_UI. But
that way, I am not decoupling. And the later binaries will be dependent on
the previous ones. This is not something I want. I want to *pipe the
outputs to get the final response*.

How can I do that? Do I need to extend nginx in any way (like creating any
module or something like that)? Or is there already a solution i do not
know about?

*Thanks and Best Regards,Ahmad Ismail*


On Wed, Jun 22, 2022 at 11:24 PM Lyndon Nerenberg (VE7TFX/VE6BBM) <
lyndon@orthanc.ca> wrote:

> Ahmad Ismail writes:
>
> > Can Nginx help me send the requests to CLI_APP via STDIN and serve the
> > final output of ADD_UI --output web?
>
> I think what you're looking for here is inetd.
>
> --lyndon
>
_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-leave@nginx.org
Subject Author Posted

Can I serve CLI Applications using Nginx

ismail783 June 22, 2022 10:36AM

Re: Can I serve CLI Applications using Nginx

Lyndon Nerenberg (VE7TFX/VE6BBM) June 22, 2022 01:26PM

Re: Can I serve CLI Applications using Nginx

ismail783 June 23, 2022 01:20AM

Re: Can I serve CLI Applications using Nginx

ismail783 June 23, 2022 09:16AM

Re: Can I serve CLI Applications using Nginx

Francis Daly July 02, 2022 04:54AM

Re: Can I serve CLI Applications using Nginx

ismail783 July 04, 2022 09:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 180
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready