Logo Alt: | OpenResty logo |
Logo Size: | x64px |
Other Names: | ngx_openresty |
Author: | Yichun Zhang |
Latest Release Version: | 1.25.3.1 |
Programming Language: | C |
Engines: | --> |
License: | FreeBSD license |
OpenResty is an nginx distribution which includes the LuaJIT interpreter for Lua scripts.[1] [2] The software was created by Yichun Zhang. It was originally sponsored by Taobao before 2011 and was mainly supported by Cloudflare from 2012 to 2016. Since 2017, it has been mainly supported by OpenResty Software Foundation and OpenResty Inc.
OpenResty is designed to build scalable web applications, web services, and dynamic web gateways. The OpenResty architecture is based on several nginx modules which have been extended in order to expand nginx into a web app server to handle large number of requests.[3] OpenResty aims to run Lua server-side applications completely in the Nginx server, leveraging its event model to do non-blocking I/O not only for client connections, but also with remote resources, such as databases.
In October 2007, OpenResty began at Yahoo! China as an Open API web service framework written mostly in Perl.[4] [5] [6] Its README at CPAN describes it as "A REST wrapper for relational databases" enabling "100% JavaScript web sites and other RIAs" via PostgreSQL.
In September 2009, OpenResty was redeveloped at Taobao as ngx_openresty, a Lua application server based upon an extended repackaging of nginx and LuaJIT with plug-in server extension modules written in C.[4]