Comment on What is a Web Framework?parentComments−jebblue12yBecause software engineering should happen with programming languages plus service engines, the service engine should not be the total replacement for all.−lewaldman12yShould not be the total replacement for all because?Also, you could use LUA with nginx to increase the flexibility (if the lack of it was what you mean).−vertex-four12yOpenResty[0] is a web application framework that consists of nginx and a bunch of plugins, including Lua scripting.[0] http://openresty.org/−rahimnathwani12yWhy not, _if_ you are operating at such scale that the extra performance outweighs any additional development/maintenance cost/complexity?I think this is what Taobao uses/used: https://github.com/alibaba/tengine
Comments
Because software engineering should happen with programming languages plus service engines, the service engine should not be the total replacement for all.
Should not be the total replacement for all because?
Also, you could use LUA with nginx to increase the flexibility (if the lack of it was what you mean).
OpenResty[0] is a web application framework that consists of nginx and a bunch of plugins, including Lua scripting.
[0] http://openresty.org/
Why not, _if_ you are operating at such scale that the extra performance outweighs any additional development/maintenance cost/complexity?
I think this is what Taobao uses/used: https://github.com/alibaba/tengine