Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to embed nginx in a C/C++ application

The application runs in Linux, Windows, Macintosh.

Also, if yes, how much effort is required?

like image 809
Sabya Avatar asked Jul 01 '11 13:07

Sabya


1 Answers

Does nginx run on windows?

I think you'd have a much better result using an existing library that includes a good http server. My first choice would be libevent.

like image 77
Javier Avatar answered Sep 24 '22 20:09

Javier