The nginx project has released the JavaScript module njs 1.0.0.
Njs 1.0.0, a module for integrating a JavaScript interpreter into the Nginx HTTP server, has been released. Njs allows the use of JavaScript scripts in configuration files to extend Nginx's capabilities. Scripts can be used to define advanced request processing logic, generate configuration, dynamically generate responses, modify requests/responses, or quickly create stubs to resolve issues in web applications. The project code is written in C […]
