7 comments

[ 6.3 ms ] story [ 177 ms ] thread
It's an OSS NGINX fork which implements some of the NGINX stuff which is only in the paid version (metrics, dynamic DNS updates for upstream servers, etc.).
anyone have any experience with this? This is the first time I'm seeing this!
How is this different from or better than Openresty? And, is it capable of handling openresty/nginx plugins?
I think OpenResty uses Lua to implement advanced features not available in Nginx core. Angie aims to implement non-core features in C without Lua.
Im pretty torn on this.

One the one hand, having to recompile every time i add a module, is a damn burden, and exactly why i dont use nginx beyond out of the box. On the other, C performance is much better than Lua.