A
A
Afanasy Tchaikovsky2020-02-09 23:57:27
Backend
Afanasy Tchaikovsky, 2020-02-09 23:57:27

Which webserver for C++/C?

For php, apache is used, for python uwsgi/gunicorn, which application server to use in conjunction with Nginx to work with C ++ / C on the web, I found only through CGI / FastCGI, but I heard that these are already old things.
The question of the logic / meaning of using C ++ / C on the web, please do not raise it, thanks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2020-02-10
@CityCat4

What the hell did I just read? What web server should I use to work with ... programming language? Generally speaking, these are different entities - something like a car and a spring :) As Pavel K quite rightly said - you can write your own if there is enough tyam. Or an extension for Apache, which is not for php at all, but just a general purpose web server. It's about how to say - Toyota is a car for transporting passengers :)

P
Pavel K, 2020-02-10
@PavelK

Um... You can write your own web server in C++... And use Nginx as a proxy server for distributing pictures and other "statics".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question