lua-users home
lua-l archive

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


2010/12/28 Ignacio Burgueño <ignaciob@inconcertcc.com>:
> Nice! Just two questions. Is this intended for server side code? I didn't
> see an http server example or something like that.

Just having an async accept() would make all the difference - the rest
of the http stuff can be done in plain Lua.  Then it would be
straighforwrd to give your favorite large program a http interface for
configuration using a browser.

steve d.