Nginx module developer documentation?

Hi All,

I’m interested in exploring nginx as the basis for a proxy.

I’m having trouble locating reading material on nginx from a
development perspective. I found [0,1], but it looks like its for
administrators. I also found [2], but it looks like its interpreted.
For performance reasons, I’d prefer to use C/C++. Finally, Amazon does
not list any books related to development.

Would anyone know of a few good references for a C/C++ developer?

Thanks in advance.

Jeffrey W.
Baltimore, MD, US

[0] Module ngx_http_proxy_module
[1] NGINX 3rd Party Modules | NGINX
[2] HTTP Echo Module | NGINX

On Sun, Dec 08, 2013 at 12:46:45AM -0500, Jeffrey W. wrote:

Would anyone know of a few good references for a C/C++ developer?

Thanks in advance.

Jeffrey W.
Baltimore, MD, US

[0] http://nginx.org/en/docs/http/ngx_http_proxy_module.html
[1] NGINX 3rd Party Modules | NGINX
[2] HTTP Echo Module | NGINX

Take a look here:

http://nginx.org/en/links.html

On Sun, Dec 8, 2013 at 3:14 AM, Homutov V. [email protected] wrote:

Would anyone know of a few good references for a C/C++ developer?

Take a look here:

http://nginx.org/en/links.html
perfect, thanks.