[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-handlers - async. tcp/udp sockets and HTTP requests.
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 29 Dec 2010 16:09:42 +0200
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.