[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6146":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},6146,"openresty","openresty\u002Fopenresty","High Performance Web Platform Based on Nginx and LuaJIT","https:\u002F\u002Fopenresty.org",null,"C",13888,1634,533,318,0,3,12,100,14,44.64,"Other",false,"master",true,[],"2026-06-12 02:01:16","Name\n====\n\nOpenResty - Turning Nginx into a Full-Fledged Scriptable Web Platform\n\nTable of Contents\n=================\n\n* [Name](#name)\n* [Description](#description)\n    * [For Users](#for-users)\n    * [For Bundle Maintainers](#for-bundle-maintainers)\n* [Additional Features](#additional-features)\n    * [resolv.conf parsing](#resolvconf-parsing)\n* [Mailing List](#mailing-list)\n* [Report Bugs](#report-bugs)\n* [Copyright & License](#copyright--license)\n\nDescription\n===========\n\nOpenResty is a full-fledged web application server by bundling the standard nginx core,\nlots of 3rd-party nginx modules, as well as most of their external dependencies.\n\nThis bundle is maintained by Yichun Zhang (agentzh).\n\nBecause most of the nginx modules are developed by the bundle maintainers, it can ensure\nthat all these modules are played well together.\n\nThe bundled software components are copyrighted by the respective copyright holders.\n\nThe homepage for this project is on [openresty.org](https:\u002F\u002Fopenresty.org\u002F).\n\nFor Users\n---------\n\nVisit the [download page](https:\u002F\u002Fopenresty.org\u002Fen\u002Fdownload.html) on the `openresty.org` web site\nto download the latest bundle tarball, and\nfollow the installation instructions in the [installation page](https:\u002F\u002Fopenresty.org\u002Fen\u002Finstallation.html).\n\nFor Bundle Maintainers\n----------------------\n\nThe bundle's source is at the following git repository:\n\nhttps:\u002F\u002Fgithub.com\u002Fopenresty\u002Fopenresty\n\nTo reproduce the bundle tarball, just do\n\n```bash\nmake\n```\n\nat the top of the bundle source tree.\n\nPlease note that you may need to install some extra dependencies, like `perl`, `dos2unix`, and `mercurial`.\nOn Fedora 22, for example, installing the dependencies\nis as simple as running the following commands:\n\n```bash\nsudo dnf install perl dos2unix mercurial\n```\n\n[Back to TOC](#table-of-contents)\n\nAdditional Features\n===================\n\nIn additional to the standard nginx core features, this bundle also supports the following:\n\n[Back to TOC](#table-of-contents)\n\nresolv.conf parsing\n--------------------\n\n**syntax:** *resolver address ... [valid=time] [ipv6=on|off] [local=on|off|path]*\n\n**default:** *-*\n\n**context:** *http, stream, server, location*\n\nSimilar to the [`resolver` directive](https:\u002F\u002Fnginx.org\u002Fen\u002Fdocs\u002Fhttp\u002Fngx_http_core_module.html#resolver)\nin standard nginx core with additional support for parsing additional resolvers from the `resolv.conf` file\nformat.\n\nWhen `local=on`, the standard path of `\u002Fetc\u002Fresolv.conf` will be used. You may also specify arbitrary\npath to be used for parsing, for example: `local=\u002Ftmp\u002Ftest.conf`.\n\nWhen `local=off`, parsing will be disabled (this is the default).\n\nThis feature is not available on Windows platforms.\n\n[Back to TOC](#table-of-contents)\n\nMailing List\n============\n\nYou're very welcome to join the English OpenResty mailing list hosted on Google Groups:\n\nhttps:\u002F\u002Fgroups.google.com\u002Fgroup\u002Fopenresty-en\n\nThe Chinese mailing list is here:\n\nhttps:\u002F\u002Fgroups.google.com\u002Fgroup\u002Fopenresty\n\n[Back to TOC](#table-of-contents)\n\nReport Bugs\n===========\n\nYou're very welcome to report issues on GitHub:\n\nhttps:\u002F\u002Fgithub.com\u002Fopenresty\u002Fopenresty\u002Fissues\n\n[Back to TOC](#table-of-contents)\n\nCopyright & License\n===================\n\nThe bundle itself is licensed under the 2-clause BSD license.\n\nCopyright (c) 2011-2019, Yichun \"agentzh\" Zhang (章亦春) \u003Cagentzh@gmail.com>, OpenResty Inc.\n\nThis module is licensed under the terms of the BSD license.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\u002For other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n[Back to TOC](#table-of-contents)\n\n","OpenResty 是一个基于 Nginx 和 LuaJIT 的高性能 Web 平台。它集成了标准的 Nginx 核心、众多第三方 Nginx 模块及其外部依赖，提供了一个完整的脚本化 Web 应用服务器。核心功能包括支持 Lua 脚本编程、动态内容处理和高性能网络服务等。此外，OpenResty 还支持解析 `resolv.conf` 文件以获取 DNS 服务器配置，增强了灵活性。适合需要高效处理动态内容、负载均衡、API 网关及微服务架构等场景。",2,"2026-06-11 03:05:47","top_language"]