I agree that's a bad use case for openresty. But by the same token, you can move logic that doesn't belong in a particular application to a simple lua script, perhaps with delegation to another service. So in general, I think, openresty helps improve separation of concerns rather than hurting it.
Comments
I agree that's a bad use case for openresty. But by the same token, you can move logic that doesn't belong in a particular application to a simple lua script, perhaps with delegation to another service. So in general, I think, openresty helps improve separation of concerns rather than hurting it.