菜鸟笔记
提升您的技术认知

什么是openresty-ag真人游戏

openresty是一个成熟的网络平台,它集成了标准的nginx核心,luajit,许多精心编写的lua库,许多高质量的第三方nginx模块以及大多数外部依赖项。它旨在帮助开发人员轻松构建可伸缩的web应用程序,web服务和动态web网关。

通过利用各种精心设计的nginx模块(其中大部分由openresty团队自己开发),openresty有效地将nginx服务器转变为功能强大的web应用服务器,其中web开发人员可以使用lua编程语言编写各种脚本现有的nginx c模块和lua模块,构建极高性能的web应用程序,能够在一个盒子中处理10k~1000k 连接。

openresty旨在完全在nginx服务器中运行您的服务器端web应用程序,利用nginx的事件模型不仅可以与http客户端进行非阻塞i / o,还可以使用mysql,postgresql,memcached和redis等远程后端。

openresty的实际应用包括动态web门户和web网关,web应用防火墙,用于移动应用/广告/分布式存储/数据分析的web服务平台,以及成熟的动态web应用和网站。用于运行openresty的硬件范围从非常大的金属到资源非常有限的嵌入式设备。我们的生产用户每天只需少量机器就能为数百万活跃用户提供数十亿的请求,这种情况并不少见。

openresty不是nginx分支。它只是一个软件包。在openresty中应用于nginx核心的大多数补丁已经提交给官方的nginx团队,并且提交的大多数补丁也已被接受。我们正在努力不分叉nginx并始终使用官方nginx团队中最新的最佳nginx核心。

官方频道

  • 网站:http://openresty.org/
  • 邮件列表:https://groups.google.com/forum/#! forum / opennresty- en(中文列表)
  • github组织:https://github.com/openresty
  • 首席开发人员:@agentzh
  • openresty package manager(opm):包存储库,opm源
  • 国内最可利用的文档:http://wiki.jikexueyuan.com/project/openresty/

模块

核心模块

核心模块捆绑在openresty包中。

  • ngx_openresty - 将nginx变成一个成熟的web应用服务器 - openresty bundle generation的来源
  • lua-nginx-module - 将lua的强大功能嵌入到nginx中
  • stream-lua-nginx-module - 将lua的强大功能嵌入到nginx流/ tcp服务器中
  • echo-nginx-module - 一个nginx模块,用于为nginx的配置文件带来“echo”,“sleep”,“time”等功能
  • xss-nginx-module - 对nginx中的跨站点脚本(xss)的本机支持
  • set-misc-nginx-module - 将各种set_xxx指令添加到nginx的重写模块(md5 / sha1,sql / json引用等等)
  • encrypted-session-nginx-module - 加密和解密nginx变量值
  • srcache-nginx-module - 任意nginx位置的基于透明子请求的缓存布局
  • lua-upstream-nginx-module - nginx c模块,用于向nginx上游的ngx_lua公开lua api
  • headers-more-nginx-module - 设置并清除输入和输出标题...超过“添加”!
  • array-var-nginx-module - 将对数组变量的支持添加到nginx配置文件中
  • memc-nginx-module - 标准memcached模块的扩展版本,支持set,add,delete和更多memcached命令
  • redis2-nginx-module - redis 2.0协议的nginx上游模块
  • rds-json-nginx-module - 一个nginx输出过滤器,用于格式化由ngx_drizzle和其他人生成的resty dbd streams到json
  • rds-csv-nginx-module - 用于将resty-dbd-streams(rds)转换为逗号分隔值(csv)的nginx输出过滤器模块
  • drizzle-nginx-module - 一个nginx上游模块,它通过libdrizzle与mysql和细雨进行对话
  • ngx_postgres - 允许nginx直接与postgresql数据库通信的上游模块
  • form-input-nginx-module - 这是一个nginx模块,它读取在“application / x-www-form-urlencoded”中编码的http post和put请求体,并将请求体中的参数解析为nginx变量。
  • ngx_coolkit - 小而有用的nginx附加组件的集合
  • ngx_devel_kit - 一个nginx模块,它添加了模块开发人员可以在自己的模块中使用的其他通用工具

另请注意,restyopenresty包中包含命令行客户端。该命令行客户机的来源可以在github找到。

 

核心nginx模块

要了解有关nginx核心模块的更多信息,请参阅nginx文档。nginx附带的一些模块(并非所有模块都默认构建):

  • ngx_http_core_module
  • ngx_http_ssl_module - ngx_http_ssl_module模块为https提供必要的支持
  • ngx_http_v2_module - ngx_http_v2_module模块提供对http / 2的支持
  • ngx_http_realip_module - ngx_http_realip_module模块用于将客户端地址和可选端口更改为在指定的头字段中发送的端口
  • ngx_http_addition_module - ngx_http_addition_module模块是一个过滤器,用于在响应之前和之后添加文本
  • ngx_http_xslt_module - ngx_http_xslt_module是一个使用一个或多个xslt样式表转换xml响应的过滤器
  • ngx_http_image_filter_module - ngx_http_image_filter_module模块是一个过滤器,可以转换jpeg,gif和png格式的图像
  • ngx_http_geoip_module - ngx_http_geoip_module模块使用预编译的maxmind数据库创建具有取决于客户端ip地址的值的变量
  • ngx_http_sub_module - ngx_http_sub_module模块是一个过滤器,它通过用另一个指定的字符串替换一个指定的字符串来修改响应
  • ngx_http_dav_module - ngx_http_dav_module模块用于通过webdav协议实现文件管理自动化。该模块处理http和webdav方法put,delete,mkcol,copy和move
  • ngx_http_flv_module - ngx_http_flv_module模块为flash video(flv)文件提供伪流服务器端支持
  • ngx_http_mp4_module - ngx_http_mp4_module模块为mp4文件提供伪流服务器端支持。此类文件通常具有.mp4,.m4v或.m4a文件扩展名
  • ngx_http_gunzip_module - ngx_http_gunzip_module模块是一个过滤器,它使用“content-encoding:gzip”解压缩响应,用于不支持“gzip”编码方法的客户端。当需要存储压缩数据以节省空间并降低i / o成本时,该模块将非常有用
  • ngx_http_gzip_static_module - ngx_http_gzip_static_module模块允许发送带有“.gz”文件扩展名的预压缩文件,而不是常规文件
  • ngx_http_auth_request_module - ngx_http_auth_request_module模块根据子请求的结果实现客户端授权
  • ngx_http_random_index_module - ngx_http_random_index_module模块处理以斜杠字符('/')结尾的请求,并在目录中选择一个随机文件作为索引文件
  • ngx_http_secure_link_module - ngx_http_secure_link_module模块(0.7.18)用于检查请求链路的真实性,保护资源免受未经授权的访问,并限制链路生存期
  • ngx_http_slice_module - ngx_http_slice_module模块是一个过滤器,它将请求拆分为子请求,每个子请求返回一定范围的响应
  • ngx_http_stub_status_module - ngx_http_stub_status_module模块提供对基本状态信息的访问
  • ngx_http_charset_module - ngx_http_charset_module模块将指定的字符集添加到“content-type”响应头字段
  • ngx_http_gzip_module - ngx_http_gzip_module模块是一个使用“gzip”方法压缩响应的过滤器
  • ngx_http_ssi_module - ngx_http_ssi_module模块是一个过滤器,用于处理通过它的响应中的ssi(服务器端包含)命令
  • ngx_http_userid_module - ngx_http_userid_module模块设置适合客户端识别的cookie
  • ngx_http_access_module - ngx_http_access_module模块允许限制对某些客户端地址的访问
  • ngx_http_auth_basic_module - ngx_http_auth_basic_module模块允许通过使用“http基本身份验证”协议验证用户名和密码来限制对资源的访问
  • ngx_http_autoindex_module - ngx_http_autoindex_module模块处理以斜杠字符('/')结尾的请求,并生成目录列表
  • ngx_http_geo_module - ngx_http_geo_module模块使用取决于客户端ip地址的值创建变量
  • ngx_http_map_module - ngx_http_map_module模块创建的变量的值取决于其他变量的值
  • ngx_http_split_clients_module - ngx_http_split_clients_module模块创建适合a / b测试的变量,也称为拆分测试
  • ngx_http_referer_module - ngx_http_referer_module模块用于阻止对“referer”头字段中具有无效值的请求访问站点
  • ngx_http_rewrite_module - ngx_http_rewrite_module模块用于使用pcre正则表达式更改请求uri,返回重定向,并有条件地选择配置
  • ngx_http_proxy_module - ngx_http_proxy_module模块允许将请求传递到另一台服务器
  • ngx_http_fastcgi_module - ngx_http_fastcgi_module模块允许将请求传递给fastcgi服务器
  • ngx_http_uwsgi_module - ngx_http_uwsgi_module模块允许将请求传递给uwsgi服务器
  • ngx_http_scgi_module - ngx_http_scgi_module模块允许将请求传递给scgi服务器
  • ngx_http_memcached_module - he ngx_http_memcached_module模块用于从memcached服务器获取响应
  • ngx_http_limit_conn_module - ngx_http_limit_conn_module模块用于限制每个定义密钥的连接数,特别是来自单个ip地址的连接数
  • ngx_http_limit_req_module - he ngx_http_limit_req_module模块用于限制每个定义密钥的请求处理速率,特别是来自单个ip地址的请求的处理速率
  • ngx_http_empty_gif_module - ngx_http_empty_gif_module模块发出单像素透明gif
  • ngx_http_browser_module - ngx_http_browser_module模块创建的变量的值取决于“user-agent”请求标头字段的值
  • ngx_http_upstream_module - http://nginx.org/en/docs/http/ngx_http_upstream_module.html
  • ngx_http_perl_module - ngx_http_perl_module模块用于在perl中实现位置和变量处理程序,并将perl调用插入ssi
  • ngx_mail_core_module
  • ngx_mail_ssl_module - ngx_mail_ssl_module模块为邮件代理服务器提供必要的支持,以使用ssl / tls协议
  • ngx_mail_smtp_module
  • ngx_mail_imap_module
  • ngx_mail_pop3_module
  • ngx_stream_core_module
  • ngx_stream_ssl_module - ngx_stream_ssl_module模块为流代理服务器提供必要的支持,以使用ssl / tls协议
  • ngx_stream_proxy_module - ngx_stream_proxy_module模块允许通过tcp,udp和unix域套接字代理数据流

第三方nginx模块

  • ngx_lua_ipc - lua nginx模块和openresty的进程间通信 - 在nginx工作进程之间发送带有字符串数据的命名警报
  • nchan(github) - 用于http,长轮询,websockets和eventsource(sse)的快速,水平可伸缩,多进程发布/ 订阅队列服务器和代理
  • ngx_pagespeed(github) - nginx的自动pagespeed优化模块
  • modsecurity - 开源web应用程序防火墙
  • naxsi - naxsi是nginx的开源,高性能,低规则维护waf; naxsi意味着nginx anti xss和sql injection
  • nginx-upsync-module - nginx c模块,从consul或其他人同步上游,动态调整后端服务器权重,无需重新加载nginx
  • sass-nginx-module - 语法上令人敬畏的nginx模块
  • 更多第三方模块

核心库

核心库捆绑在openresty包中,您无需单独安装它们。

  • lua-resty-core - 用于ngx_lua模块的基于ffi的新lua api
  • lua-resty-upstream-healthcheck - pure lua中nginx上游服务器的健康检查程序
  • lua-resty-string - ngx_lua和luajit的字符串实用程序和公共散列函数
  • lua-resty-lock - 基于共享内存字典的ngx_lua的简单非阻塞锁定api
  • lua-resty-lrucache - 基于luajit ffi的lua-land lru cache
  • lua-resty-dns - nginx lua模块的dns解析器
  • lua-resty-resolver - 为ngx_lua和luajit缓存dns解析器
  • lua-resty-upload - 基于ngx_lua cosocket的http文件上传的流式读取器和解析器
  • lua-resty-websocket - 用于ngx_lua模块的lua websocket实现
  • lua-resty-mysql - 基于cosocket api的非阻塞lua mysql客户端驱动程序,用于ngx_lua
  • lua-resty-memcached - 基于cosocket api的nga_lua的lua memcached客户端驱动程序
  • lua-resty-redis - 基于cosocket api的ngx_lua的lua redis客户端驱动程序
  • lua-redis-parser - redis回复解析器并请求lua的构造函数
  • lua-rds-parser - 用c语言编写的lua的resty-dbd-stream(rds)解析器
  • lua-cjson - lua cjson是lua的快速json编码/解析模块
  • lua-resty-shdict-simple - 简单的面向应用程序的openresty共享字典api接口
  • lua-resty-memcached-shdict - 具有shdict缓存层和许多其他功能的强大memcached客户端

网络框架

  • lapis - lapis是一个使用moonscript或lua构建web应用程序的框架,它在nginx的定制版本中运行,称为openresty
  • lor(github) - 基于openresty的快速简约的web框架
  • vanilla - 一个openresty web框架
  • luastar - 基于openresty的http服务器和web框架
  • lusty - lua restful web应用程序框架,一个可扩展且快速的web框架
  • gin - 具有测试驱动开发助手和模式的快速,低延迟,低内存占用空间的web json-api框架
  • quick server - 基于openresty的服务器框架
  • sailor - lua mvc web框架
  • lua-resty-rack - 一个简单且可扩展的openresty http服务器框架
  • moochine - 基于openresty的简单轻量级web框架
  • sinatra-openresty - sinatra移植到openresty框架
  • lj-web - 基于ngx_openresty的轻量级web框架
  • gimlet cocktail - 由martini&sinatra启发的moonscript编写的openresty微博客应用程序框架
  • durap - durap是一个基于openresty的lua web框架。
  • ziggy stardust - ziggy stardust(或者只是“stardust”)是一个简单的nginx / lua框架,灵感来自sinatra,express和mercury
  • zlua - 一个基于openresty的luign框架的codeigniter
  • lua-resty-stack - openresty简单应用程序堆栈
  • dodolu - 基于openresty的轻量级web框架
  • octopus - lua网络平台
  • vicky - 一个宁静的openresty框架,受到expressjs和koa的启发。

web开发基础

  • lua-resty-url - openresty的 url解析器
  • lua-resty-cookie - 用于openresty / ngx_lua的http cookie操作的lua库
  • lua-resty-cors - openresty的跨源资源共享(cors)实现
  • lua-resty-session - openresty实现安全cookie协议的会话库
  • lua-resty-woothee - project woothee的lua-openresty实现,它是一个多语言用户代理字符串解析器
  • lua-resty-mobile - 此库解析http标头并检测移动设备
  • lua-resty-jwt - 用于the great openresty的jwt(json web令牌)
  • neturl - lua的url和查询字符串解析器,构建器,规范化程序
  • mio - 基于openresty的nginx中的api统计/摘要和健康数据,就像nginx plus一样

路由库

  • lua-resty-route - openresty的 url路由库,支持多个路由匹配器,中间件,http和websockets处理程序,提及它的一些功能
  • router.lua - lua的准系统路由器,它匹配url并执行lua功能
  • lua-resty-r3 - libr3 openresty实现,libr3是一个高性能的路径调度库。它将您的路径路径编译为前缀树(trie)。通过在启动时使用构造的前缀trie,您可以有效地调度路径

请求分段解析器

  • lua-resty-reqargs - helper检索application / x-www-form-urlencoded,multipart / form-data和application / json request arguments
  • lua-resty-post - 用于openresty的http post实用程序(文件上载帮助程序)
  • lua-resty-multipart-parser - openresty / lua的简单多部分数据解析器
  • lua-resty-multipart - openresty的多部分解析库

中间件和api工具

  • kong(github) - kong:微服务管理层(安全,管理和扩展您的api和微服务)
  • lsso - nginx lua的轻量级sso中间件
  • apigateway - 基于nginx和openresty的performant api网关
  • 3scale apicast - red hat 3scale api management的api网关模块
  • sumory orange - api网关
  • monarch api gateway - 基于openresty的api网关

模板

  • lua-resty-template - lua和openresty的编译(html)模板引擎
  • lemplate - 实现perl的tt2模板语言的openresty / lua模板框架
  • etlua - 嵌入式lua模板
  • liquid-lua - 用于openresty平台的liquid的lua实现
  • lua-resty-tmpl - lua和openresty的简单模板引擎,源自lua-template。
  • alternatives - 一些替代lua模板ag真人游戏的解决方案可以与openresty一起使用

验证

  • lua-resty-validation - lua和openresty的可扩展链接验证和过滤库
  • valua - 验证lua!用于进行链式验证的模块。创建对象,附加测试,使用和重用它!

身份验证和授权

  • lua-resty-macaroons - luajit ffi绑定到libmacaroons - macaroons是灵活的授权凭证,支持分散委派,衰减和验证
  • lua-resty-openidc - lua-resty-openidc是nginx实现openid connect依赖方(rp)和oauth 2.0资源服务器(rs)功能的库
  • lua-resty-duo-mobile - duo mobile auth api的openresty客户端
  • micro-auth - 一种微服务,可以轻松地将google和github的身份验证添加到您的应用程序中(注意:在生产中使用它之前,请参阅:https://news.ycombinator.com/item ? id = 13682682 - 希望我们可以删除此未来的评论)

加密

  • lua-resty-string - ngx_lua和luajit的字符串实用程序和公共散列函数
  • lua-resty-nettle - 用于nettle的luajit ffi绑定(一个低级加密库)
  • lua-resty-chash - openresty / lua的通用一致哈希实现
  • lua-resty-jump-consistent-hash - 为luajit跳转一致哈希
  • lua-resty-letsencrypt - 使用letsencrypt ca自动获取和续订tls证书。
  • lua-resty-auto-ssl - 使用let的加密在openresty / nginx内进行即时(和免费)ssl注册和续订
  • lua-resty-peter_sslers - 基于来自缓存或后端json服务器的sni自动加载/缓存ssl证书
  • lua-resty-murmurhash2 - luajit murmurhash 2绑定到nginx / openresty murmurhash2实现
  • lua-resty-hmac - 用于制作和接收hmac签名请求的lua驱动程序
  • lua-resty-scrypt - luajit基于ffi的openresty scrypt库
  • lua-resty-xxhash - luajit ffi绑定到xxhash,一种非常快速的非加密哈希算法
  • lua-resty-rsa - luajit的 rsa功能
  • lua-resty-aead - 用于lua-nginx模块的aead密码库。仅限boringssl。
  • lua-resty-hawk - 使用lua和openresty对nginx进行hawk身份验证
  • lua-resty-urandom - 用于linux / bsd内核空间csprng的缓冲包装器
  • lua-resty-fastpbkdf2 - lua绑定到fastpbkdf2
  • lua-argon2-ffi - 用于argon2密码哈希算法的luajit ffi绑定
  • lua-resty-des - 用于进行des ecb加密的lua接口
  • wxbizmsgcrypt - 微信消息密码学的lua版本

联网

  • lua-resty-http通过@pintsized -为lua http客户端cosocket驱动openresty / ngx_lua
  • lua- resty-http通过@liseen -基于cosocket api为ngx_lua lua的http客户端驱动程序
  • lua- resty-http通过@doriangray -基于cosocket api为ngx_lua lua的http客户端驱动程序
  • lua-resty-http-simple - 用于ngx_lua的简单lua http客户端驱动程序
  • lua-resty-httpipe - 用于openresty / ngx_lua的lua http客户端cosocket驱动程序
  • lua-resty-httpclient - 用于alilua&ngx_lua的非阻塞lua http客户端库
  • lua-httpcli-resty - 用于openresty的lua http客户端模块
  • lua-resty-requests - 另一个openresty的http库
  • lua-resty-websocket - 用于ngx_lua模块的lua websocket实现
  • lua-resty-mediador - 确定代理请求的地址并执行ip地址/ cidr块处理(ipv4和ipv6)
  • lua-resty-iputils - 用于在openresty中处理ip地址的实用程序函数
  • lua-resty-readurl - 用于捕获url,解码和记录结果的lua库
  • lua-resty-dns-client - 包含dns客户端,多个实用程序和负载均衡器的lua库
  • lua-resty-upstream - 上游连接负载均衡和故障转移模块
  • lua-resty-checkups - 在纯ngx_lua中管理nginx上游
  • lua-resty-socks5 - 基于cosocket api的ngx_lua的lua socks5客户端
  • lua-resty-waf - 基于openresty堆栈构建的高性能waf
  • lua-resty-tarpit - openresty响应时间膨胀,捕获和延迟不需要的请求
  • lua-resty-jsonrpc-batch - 用于openresty的json-rpc 2.0批处理请求协议模块
  • lua-resty-limit-traffic - 用于限制和控制openresty / ngx_lua中流量的 lua库
  • lua-resty-limits - 每秒或每分钟限制请求
  • lua-resty-fastcgi - 基于cosocket api的ngx_lua的lua fcgi客户端驱动程序
  • lua-resty-ftpclient - 基于cosocket api的ngx_lua的lua ftp客户端驱动程序
  • lua-capnproto - cap'n proto是一种疯狂快速的数据交换格式和基于功能的rpc系统
  • lua-resty-tornera - 一个流量重放工具,带有易于使用的http api,适用于openresty / luajit
  • lua-resty-consul - 与ngx_lua的consul http api接口的库
  • lua-resty-healthcheck - 用于openresty的healthcheck库,用于验证上游服务状态
  • lua-resty-balancer - openresty的通用一致哈希实现
  • lua-resty-sniproxy - 基于stream-lua-nginx-module的sni代理
  • lua-resty-multiplexer - 流子系统的透明端口服务多路复用器
  • lua-resty-http2 - openresty的http / 2协议(客户端)实现

数据库和存储

  • lua-resty-mysql - 基于cosocket api的非阻塞lua mysql客户端驱动程序,用于ngx_lua
  • lua-resty-mysql-connector - lua-resty-mysql的连接实用程序,支持读写分离,支持实例化不同的数据库
  • lua-resty-postgres - 用于ngx_lua的非阻塞lua postgresql驱动程序库
  • pgmoon - 用于openresy等的纯lua postgres驱动程序
  • lua-resty-couchbase - openresty couchbase模块
  • lua-resty-couchdb - 使用nginx代理ngx.location_capture的lua resty最小couchdb客户端
  • lua-resty-orm - openresty的简单orm
  • lua-resty-mvc - 你不需要那个复杂的mvc框架!只有一个带有几个简单文件的普通文件夹,您可以享受基本但最常用的mvc功能。
  • lua-resty-memcached - 基于cosocket api的nga_lua的lua memcached客户端驱动程序
  • lua-resty-redis - 基于cosocket api的ngx_lua的lua redis客户端驱动程序
  • lua-resty-redis-connector - 用于lua-resty-redis的连接实用程序,可以直接或通过redis sentinel轻松可靠地连接到redis主机
  • resty-redis-cluster - 基于resty-redis-cluster的openresty redis群集感知客户端
  • lua-resty-redis-cluster - openresty redis集群客户端
  • lua-resty-redis-util - 基于lua-resty-redis并使redis更容易操作
  • lua-cassandra - pure lua,功能丰富,支持群集的cassandra客户端
  • lua-resty-cassandra - 使用cql二进制协议的纯lua cassandra客户端
  • lua-resty-bloomd - 基于ngx_lua的客户端库,用于与bloomd服务器连接
  • lua-resty-riak -基于cosocket api的ngx_lua的lua riak协议缓冲客户端驱动程序
  • lua-resty-moongoo - 用于openresty的mongodb库,受perl mango的高度启发
  • lua-resty-mongol - native lua mongodb驱动程序,它支持基于cosocket api的luasocket和ngx_lua
  • lua-resty-mongo - 基于cosocket api的ngx_lua的lua mongodb客户端驱动程序
  • lua-mongo - 一个简单的lua mongo驱动程序(用于与co-socket工作的一个fork)
  • lua-resty-influx - influxdb的openresty客户端
  • lua-telegraf - telegraf / influxdb的lua / openresty客户端
  • lua-resty-kyototycoon通过@cloudflare -用于使用其天然丝协议kyototycoon的lua客户端驱动程序(openresty / ngx_lua)
  • lua-resty-kyototycoon通过@sjnam -使用其二进制协议用于kyototycoon的lua客户端驱动程序
  • lua-resty-tarantool - 使用嵌入式lua模块或operresty与nginx的tarantool合作的库
  • lua-nginx-tarantool - lua脚本中的nosql数据库驱动程序tarantool基于快速nginx套接字构建
  • lua-resty-ssdb - 基于cosocket api的ngx_lua的lua ssdb客户端驱动程序,ssdb是一个leveldb服务器
  • ledis-openresty - 基于cosocket api的ngx_lua的lua ledisdb客户端驱动程序
  • lua-resty-fastdfs - 用于ngx_lua的非阻塞lua fastdfs驱动程序库
  • lua-resty-statsd - openresty的statsd客户端
  • lua-resty-dogstatsd - dogstatsd的客户端,是datadog的statsd度量服务器的扩展。使用nginx cosocket api
  • openresty-statsd - openresty的lua模块,用于向statsd发送指标
  • lua-resty-mogilefs - 基于cosocket api的ngx_lua的lua mogilefs客户端驱动程序

测试和分析

  • test :: nginx - nginx c模块和openresty lua库开发的数据驱动测试支架(参见lua-resty-redis中的真实字测试)
  • nginx-systemtap-toolkit - 基于systemtap的nginx实时分析和诊断工具
  • stapxx - systemtap的简单宏语言扩展
  • flamegraph - flame图表是配置文件软件的可视化,可以快速准确地识别最频繁的代码路径
  • lua-resty-busted - 使用已破坏的测试openresty脚本
  • lua-resty-test - 基于openresty的测试框架
  • busted (github)  - 优雅的lua单元测试
  • telescope (github) - 望远镜是一个高度可定制的lua测试库,允许使用嵌套上下文进行声明性测试

消息队列和任务管理

  • lua-resty-qless - lua绑定到openresty的qless(队列/管道管理)(另请参阅:使用openresty实现的qless web界面)
  • lua-resty-rabbitmqstomp - 使用cosocket api通过stomp 1.2与rabbitmq代理进行通信的lua rabbitmq客户端库,该代理具有stomp插件
  • lua-resty-gearman - 基于cosocket api的ngx_lua的lua gearman客户端驱动程序
  • lua-resty-kafka - 基于cosocket api的ngx_lua的lua kafka客户端驱动程序
  • lua-resty-beanstalkd - 基于cosocket api的ngx_lua的lua beanstalkd客户端驱动程序
  • lua-resty-ironmq - openresty的简单ironmq客户端

条形码和qr码

  • lua-resty-qrcode - 用于ngx_lua的qr编码工具
  • lua-resty-qrdecode - ngx_lua的qr解码器

应用库

  • lua-resty-worker-manager - 跟踪工作进程和节点启动/重新启动/重新加载/停止
  • lua-resty-worker-events - nginx工作进程的进程间事件
  • lua-resty-batch - 将nginx中的多个请求合并到一个子请求中
  • lua-resty-shell - 与openresty应用服务器一起使用的微小的非阻塞子进程/ shell库(使用sockproc)
  • lua-resty-exec - 非阻塞,非shell产生,流和非流子进程库(使用sockexec)
  • lua-resty-repl - 用于openresty和luajit代码的交互式控制台(repl)
  • lua-resty-fileinfo - luajit ffi绑定到libmagic,魔术数字识别库 - 试图确定文件类型
  • lua-resty-base-encoding - 为openresty应用程序提供base32 / base16 / ...编码。
  • lua-resty-mime-sniff - 嗅探给定数据的真实mime类型
  • lua-resty-taglib - 用于taglib的luajit ffi绑定 - 音频元数据库
  • lua-resty-uuid - libuuid的luajit ffi绑定,一个兼容dce的通用唯一标识符库
  • lua-resty-jit-uuid - 纯粹的luajit(无依赖关系)uuid生成器针对性能进行了调整
  • lua-resty-unique-id - 用于为openresty生成唯一id的lua库
  • lua-resty-tsort - 对输入数据执行拓扑排序
  • lua-resty-postal - luajit ffi绑定到libpostal - 一个快速的统计解析器/规范器,用于世界各地的街道地址。
  • lua-resty-libinjection - 用于libinjection的luajit ffi绑定,一个sql / sqli标记器和分析器
  • lua-resty-socket - 自动luasocket / cosockets兼容模块
  • inspect - inspect是一个将任何lua值转换为人类可读表示的库。它对于调试表中的错误特别有用。
  • lua- resty-maxminddb通过@ lilien1010 - luajit ffi绑定官方libmaxminddb,以获取ip位置通过的maxmind提供的ip数据库
  • lua- resty-maxminddb通过@ anjia0532 -一个lua库读取的maxmind的地理位置数据库格式(又名mmdb或geoip2)

日期和时间

这些库未建立使用lua-nginx-module的日期时间函数(除luatz)一样ngx.todayngx.timengx.nowngx.localtime,或ngx.utctime,但他们仍然可以来得心应手。在某些时候,我们可能需要一个更“官方”的openresty时间库。

  • luatz - 用于时间和日期操作的lua库(有后备ngx.now
  • luadate - lua 5.x的lua日期和时间模块
  • scilua时间库 - 根据公历来操纵日期和期间的图书馆,即大多数用途的国际公认日历

压缩

  • lua-resty-zip - luajit的 zip函数(压缩/解压缩)
  • lua-resty-snappy - 用于快速压缩器/解压缩器snappy的luajit ffi绑定
  • lua-resty-brotli - luajit针对google brotli的ffi绑定
  • lua-resty-zstd - 使用ffi将luajit绑定到facebook zstandard

文字格式

  • lua-resty-hoedown - luajit ffi绑定到hoedown,这是一个符合标准,快速,安全的markdown markdown处理库
  • lua-gumbo - 用于gumbo html5解析库的lua绑定,带有一组在纯lua中实现的dom api
  • lua-resty-sass - 用于libsass的luajit ffi绑定 - 一个sass编译器的ac / c 实现(http://libsass.org/)
  • lua-resty-lanli - luajit ffi绑定到lanli html sanitizer library
  • lua-resty-ini - lua ini文件解析器
  • lua-re2 - 用于re2正则表达式库的c和lua包装器。
  • lua-aho-corasick - c 和lua实现aho-corasick(ac)字符串匹配算法
  • lua-resty-json - lua和c的json库(仅限解码器)。
  • lua-resty-libcjson - 用于openresty的基于ffi的luajit cjson库
  • lua-resty-prettycjson - lua cjson pretty formatter
  • lua-resty-jsonschema - https://github.com/tianchaijz/lua-resty-jsonschema
  • lua-laxjson - lua绑定到一个轻松的流式json解析器,liblaxjson用于使用ffi的luajit
  • lua-resty-utf8rewind - 用于utf8rewind的luajit ffi绑定 - 用c编写的系统库,用于扩展默认字符串处理函数,支持utf-8编码文本
  • lua-resty-unistring - 用于gnu libunistring的luajit ffi绑定 - 一个unicode字符串操作library(https://www.gnu.org/software/libunistring/)
  • lua-resty-htmlentities - 使用ffi绑定将实体反向移植到luajit作为utf-8解码器的实体
  • lua-resty-jsdecode - javascript escape notation解码为utf-8字节

二进制格式

  • lua-resty-msgpack - openresty的 lua消息包
  • luajit-msgpack-pure - luajit的 messagepack(使用ffi,无绑定,v4 api)

文件格式

  • lua-resty-libxl - 用于openresty的luajit基于ffi的libxl(excel)库
  • lua-resty-haru - 用于openresty的luajit基于ffi的libharu(pdf)库
  • lua-resty-hpdf - 用于openresty的基于ffi的luajit libharu(pdf)库

图像格式

  • lua-resty-imagick - 使用ffi将lua绑定到imagemagick的magicwand for luajit
  • lua imagick - lua pure-c绑定到imagemagick
  • magick - lua使用ffi绑定到imagemagick for luajit
  • giflib - 使用ffi将lua绑定到luajit的giflib
  • fi-luajit - freeimage的luajit接口
  • lua-vips - 用于libvips的luajit绑定

本地库

  • lua-resty-gettext - 用于openresty的基于ffi的luajit gettext库

高速缓存

  • lua-resty-lrucache - 基于luajit ffi的lua-land lru cache
  • lua-resty-mlcache - 使用lua-resty-lrucache,共享字典和缓存标记保护的现代灵活多级缓存。
  • shcache - shcache尝试使用ngx.shared.dict,缓存状态机位于顶部
  • lua-resty-tlc - 使用lua-resty-lrucache和共享字典的双层缓存实现。
  • ledge - openresty的lua应用程序,为nginx提供http缓存功能,使用redis作为缓存/元数据存储
  • lua-resty-cache - http缓存到redis,可以提供过时响应,并且lua-resty-lock只允许一个请求填充新缓存

度量和统计

  • luameter - 用于nginx的lua模块,可以在nginx内部实时记录并提供关键状态和性能指标(专有)
  • ngxtop - nginx服务器的实时指标

记录

  • lua-resty-logger-socket - 基于原始套接字的nginx记录器库(基于ngx_lua)
  • lua-nginx-logging - 用lua编写的nginx的日志实用程序
  • lua-resty-logger - openresty的自定义记录器库
  • lua-resty-rfc5424 - openresty中rfc5424(syslog)的实现
  • lua-resty-fluentd - lua流利的基于cosocket api的ngx_lua记录器
  • lua-resty-fluent-logger - fluentd的结构化记录器(openresty / ngx_lua)
  • raven-lua - sentry的一个小型lua接口,它还有一个有用的包装函数call(),它接受任意lua函数(带参数)并执行它,捕获任何错误并自动报告给sentry

编程

  • lua fun - lua fun是lua的高性能函数编程库,设计时考虑了luajit的跟踪编译器
  • penlight - penlight汇集了一组通用的纯lua模块,专注于输入数据处理(如读取配置文件),函数编程(如map,reduce,占位符表达式等)和os路径管理
  • moses  - 用于功能编程的lua实用带库。它补充了内置的lua表库,使得对数组,列表和集合的操作更容易
  • underscore.lua - underscore.lua是一个lua库,它提供了一组实用程序函数来处理迭代器,数组,表和函数
  • lodash.lua - lua关于javascript库lodash的函数式编程库
  • 在github上搜索更多“functional lua”项目......

web api

  • lua-resty-github - 在ngx_lua nginx模块中使用github api的lua库
  • lua-resty-hipchat - 使用hipchat api的lua库
  • lua-resty-newrelic - 基于c sdk的ngx_lua的lua newrelic sdk
  • api-gateway-aws - 适用于aws api的lua模块。来自nginx / openresty的缺少的aws sdk。使用它以简单的方式代理aws api,使用您喜欢的任何http客户端。
  • lua-resty-aws - 适用于openresty lua的aws签名v4库
  • lua-resty-aws-sdk - 根据api规范生成的原始aws sdk
  • lua-resty-aws-email - 使用amazon simple email service(ses)api发送电子邮件
  • lua-resty-aws-auth - 简单的lua resty实用程序,用于生成amazon v4授权和签名标头
  • lua-resty-s3 - 用于将内容上传到amazon s3的lua驱动程序
  • lua-resty-s3uploader - aws s3上传客户端,易于使用
  • lua-resty-paypal - lua paypal客户端使用快速结账openresty
  • lua-resty-17monip - 用于ngx_lua的17monip解析库
  • lua-resty-upyun - upyun基于云的平台
  • lua-mailgun - 用于发送电子邮件和与mailgun api交互的lua库。通过lapis http api与openresty兼容,或通过luasocket与任何其他lua脚本兼容。
  • lua-payments - 绑定到各种支付提供程序api以便在lua中使用(使用openresty或支持luasocket的任何东西)

其他库

  • openresty package manager存储库
  • luarocks存储库(在luarocks中搜索resty库)
  • github搜索lua-resty- *库,或最近更新的库
  • lua工具箱
  • luapower - lua,jit,电池
  • 可用的luajit包列表
  • 可用的luajit ffi绑定列表
网站地图