liblua-socket-doc

Tcp/udp socket library for lua documentation
  http://www.tecgraf.puc-rio.br/luasocket/
  0
  no reviews



This package contains the documentation of the luasocket library, for both the lua5.1 and lua50 flavours of the library.

luasocket provides a tcp/udp socket library for lua

also provided are http and smtp implementations, a simple ftp implementation and some url parsing functions.

luasocket supports blocking and non-blocking sockets and also provides a select() interface to the language.