lua-users home
lua-l archive

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


Enrico Tassi wrote:
On Mon, Nov 01, 2004 at 11:30:24AM +0000, David Given wrote:

I'd like to use LuaSocket in my application, as it seems to be the de facto standard way of doing networking from Lua.


Sure, but if you want something different you can check curl bindings
for lua5. They are part of FreePOPs and are pretty maintained, and you
can ask me for updates.

here the API are REALLY stable.

http://tassi.web.cs.unibo.it/lua/

Woo... nice.
From just a brief look, though, curl doesn't seem to
have a low-level socket interface (such as luasocket offers),
just an http/ftp/etc interface.  Is that right?

LuaSocket also has some attraction for being pretty small
and mostly written in Lua itself (very maintainable/deployable).

Very interesting, however... will look deeper this week.

Thanks,
--Adam