Hacker News new | ask | show | jobs
by wfn 3534 days ago
> unless you explicitly use something optional like Lua

I've actually at one point considered writing some light web apps as nginx modules, in Lua. In the end though, it's usually enough to pluck the lowest hanging fruit, which (as a rule is) caching... Cache as much as possible (including when you have a python web app behind nginx).

1 comments

You might be interested in OpenResty.