lua-users home
lua-l archive

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


Hi,

Copas is a dispatcher based on coroutines that can be used by TCP/IP socket
request/response servers. It uses LuaSocket as the interface with the TCP/IP
stack.

Version 1.0 offers more control for Copas internal loop with a new function
copas.step() and a new timeout parameter.

Copas is free software and uses the same license as Lua 5.0. Copas 1.0
follows the package proposal for Lua 5.1.

For more information on Copas please check
http://www.keplerproject.org/copas/

Any feedback is welcome!

André Carregal
www.keplerproject.org