lua-users home
lua-l archive

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


On Mon, Nov 9, 2009 at 1:47 PM, Patrick
<spell_gooder_now@spellingbeewinnars.org> 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
>
>
>

Hi, my stack:

For web: nginx + fastcgi + wsapi + ldbi(postgres) (+ Lua)
For desktop: lgob (for GTK+ and other libraries) + ldbi(postgres,
sqlite) (+ Lua)

http://oproj.tuxfamily.org