当下Nginx技术栈梳理

Nginx

  • [ ] Nginx原理
  • 多路复用IO
  • 单线程
  • 基于事件

核心模块

  • [ ] ngx_http_core
  • [ ] ngx_http_upstream
  • [ ] ngx_http_proxy

第三方模块

  • [ ] ngx_lua, lua语言
  • [ ] ngx_upload_module
  • [ ] ngx_fastdfs_module
  • [ ] LuaJIT
  • [ ] ArrayVarNginxModule
  • [ ] AuthRequestNginxModule
  • [ ] CoolkitNginxModule
  • [ ] DrizzleNginxModule
  • [ ] EchoNginxModule
  • [ ] EncryptedSessionNginxModule
  • [ ] FormInputNginxModule
  • [ ] HeadersMoreNginxModule
  • [ ] IconvNginxModule
  • [ ] StandardLuaInterpreter
  • [ ] MemcNginxModule
  • [ ] NginxDevelKit
  • [ ] PostgresNginxModule
  • [ ] RdsCsvNginxModule
  • [ ] RdsJsonNginxModule
  • [ ] RedisNginxModule
  • [ ] Redis2NginxModule
  • [ ] SetMiscNginxModule
  • [ ] SrcacheNginxModule
  • [ ] XssNginxModule

ngx_lua的resty模块:

  • [ ] LuaCjsonLibrary
  • [ ] LuaNginxModule
  • [ ] LuaRdsParserLibrary
  • [ ] LuaRedisParserLibrary
  • [ ] LuaRestyCoreLibrary
  • [ ] LuaRestyDNSLibrary
  • [ ] LuaRestyLockLibrary
  • [ ] LuaRestyLrucacheLibrary
  • [ ] LuaRestyMemcachedLibrary
  • [ ] LuaRestyMySQLLibrary
  • [ ] LuaRestyRedisLibrary
  • [ ] LuaRestyStringLibrary
  • [ ] LuaRestyUploadLibrary
  • [ ] LuaRestyUpstreamHealthcheckLibrary
  • [ ] LuaRestyWebSocketLibrary
  • [ ] LuaUpstreamNginxModule

你可能感兴趣的:(当下Nginx技术栈梳理)