lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Patrick wrote:
Hi Everyone

Again I am new to Lua and just learning my way around. I am trying to figure how to use it appropriately in my projects. Where does Lua fit in your stack?

I would like to use Lua for web development and Desktop development. I have not figured out things out but my web stack might look a bit like:
Ubuntu
Fast CGI server(Cherokee, Lightpd, Xavante etc)
WSAPI
My App or Orbit+ My App
My App or Kepler+My App

My desktop stack might be:
Ubuntu
C language
Lua
Lua-Gnome or Browser for GUI

Thanks for reading-Patrick


On dev workstation:

Code::Blocks
C
Lua
IUP/nginx + fastcgi

Production Recipe:
(... means various third party & custom C modules for Lua)

webapps - apache + mod_wombat + Lua + ...
   (switching to) nginx + fastcgi + C + Lua + ...
industrial control - C + dialog + Lua + ...
POS/office - Lua + IUP + ...

Sprinkle PostgreSQL, SQLite, and memcached where needed, mix and serve. ;)