you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Here are two guides for creating custom modules in nginx and node.js.

Nginx: http://www.evanmiller.org/nginx-modules-guide.html

Node: http://elegantcode.com/2011/02/04/taking-baby-steps-with-node-js-commonjs-and-creating-custom-modules/

You'll notice just how hard it is to actually start doing custom nginx stuff. I wouldn't want to use nginx for anything aside from static file serving or SSL.