Re: Modern alternative to CGI/FastCGI

2021-08-11 Thread Viete
Thanks Thomas, that helps as I didn't know other frameworks use this idea. How would I go about also keeping a communication channel open for continuous data flow (for example, if I'd like to have nginx returning a stream of jpeg files (MJPEG) after the proxy_pass all)? Thank you! Posted at Ngi

Modern alternative to CGI/FastCGI

2021-08-10 Thread Viete
Hello, I am using nginx and trying to add REST API. I need to have C++ backend respond to the REST API calls. What are my modern options other than CGI/FastCGI old technology that seems to be unmaintained anymore. Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292183,29218