Web App With C & FastCGI - Request Loop (#1)

preview_player
Показать описание
How to create a web application with C that accepts requests and sends a response.
Рекомендации по теме
Комментарии
Автор

Great video thanks! I just have a couple of questions performance wise, how would this implementation differ over using another C lib for opening a socket and simply proxy_pass <app:port>

MurderByProxy