Open fengnex opened 3 years ago
I am actually eager to know where OpenResty would be in the result list here.
I think that OpenResty
has its place here
. Despite this is not a, standard, web framework (but rather a platform, as you say), it contain a set of component for any web stuff (except front part 😛).
We do take care of author(s) / core contributor(s) opinion. Could you then ping on of them here @fengnex ?
With explicit approval (or no response with a 10 days delay), we can start adding it here ❤️
@waghanza I have sent a suggestion to them.
Any feedback @fengnex ? Feel free to link this issue
They are happy to be tested here but have no reources for it now. I'm busy these days too.
could you link any issue ? + feel free to ask if any questions.
ℹ️ the purpose of this project is to see how a framework could react in a production environment.
OpenResty can be used as a web framework because it has built-in modules that can help access Redis, MySql, etc.. It is known for great high performance and thus has been used by many online services, and some of them have a huge amount of active users of more than 100 millions.
The following two paragraphs is cited from its webpage on http://openresty.org/en/: OpenResty® is a full-fledged web platform that integrates our enhanced version of the Nginx core, our enhanced version of LuaJIT, many carefully written Lua libraries, lots of high quality 3rd-party Nginx modules, and most of their external dependencies. It is designed to help developers easily build scalable web applications, web services, and dynamic web gateways.
By taking advantage of various well-designed Nginx modules (most of which are developed by the OpenResty team themselves), OpenResty® effectively turns the nginx server into a powerful web app server, in which the web developers can use the Lua programming language to script various existing nginx C modules and Lua modules and construct extremely high-performance web applications that are capable to handle 10K ~ 1000K+ connections in a single box.