[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua networking lib?
- From: Lucas Hermann Negri <kkndrox@...>
- Date: Fri, 27 Jun 2008 19:16:44 -0300
Em Sex, 2008-06-27 às 22:40 +0200, Eike Decker escreveu:
> Till now I've been quite happy with luasocket, and if I'd spent some more time
> coding wrapper and helper functions, I'd probably could go without, but
>
> does someone know of a networking library that
> * uses TCP / UDP
> * allows me to send any amount (i.e. megabytes) of data with simple function
> calls (send / receive)
> * asynchronous sending and receiving
> * nonblocking
> Eike
I made a simple gnet binding to Lua. It allows me to do asynchronous IO.
http://oproj.tuxfamily.org