C language FastCGI with Nginx

后端 未结 5 1465
挽巷
挽巷 2020-12-25 14:51

I am attempting to run a fastcgi app written in C language behind the Nginx web server. The web browser never finishes loading and the response never completes. I am not sur

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-25 15:46

    You can try this https://github.com/Taymindis/ngx-c-handler

    It is built on top on fastcgi, It handle multiple request, and there are some core feature as well. It can handler function mapping with nginx.

    To startup a nginx with c/c++ language https://github.com/Taymindis/ngx-c-handler/wiki/How-to-build-a-cpp-service-as-c-service-interface

提交回复
热议问题