Nginx Development Guide 3 years agoThere are a few additional ways to extend nginx without writing a module in C.- JavaScript: https://nginx.org/en/docs/njs/ and https://github.com/nginx/njs-examples- Lua: https://github.com/openresty/lua-nginx-module- Rust: https://github.com/nginxinc/ngx-rust 0ThreadHN