2013年11月18日 星期一

使用 Lua 的應用程式

使用 Lua 的應用程式
  • lua -- Lua interpreter
  • luac -- Lua compiler
  • 許多遊戲,例如 WoW、Angry Bird
  • Web Server
    • LightTPD supports the FastCGI, SCGI, and CGI interfaces to external programs。Understand and harness Lua/FastCGI
    • uHTTPd
    • haserl
    • lighttpd
    • Apache
  • OpenWrt device configuration, iwinfo
  • Security: scripting vulnerability scanners (nmap, Wireshark, Snort), iptables
  • Scripting and template language for Wikipedia
  • Embedded software: printers (Olivetti, Océ), routers (Cisco), telephones (FreeSwitch, Asterisk) and smartphones (several, including Huawei), smart tvs (Samsung), Logitech keyboards, Lego Mindstorms...
  • Adobe Photoshop Lightroom
  • VLC, Tex, vim, nginx...
參考:
  1. http://www.dcc.ufrj.br/~fabiom/lua/00Introduction.pdf
  2. 本站 Lua 相關文章

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...