Name : lua-module-copas Relocations: (not relocatable) Version : 1.2.1 Vendor: ALT Linux Team Release : alt1_lr1 Build Date: Wed Oct 15 16:13:32 2014 Install date: (not installed) Build Host: localhost.localdomain Group : Development/Other Source RPM: (none) Size : 29456 License: MIT/X11 Packager : Ildar Mulyukov URL : http://www.keplerproject.org/copas/ Summary : Coroutine Oriented Portable Asynchronous Services Description : Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. It uses LuaSocket as the interface with the TCP/IP stack. A server registered with Copas should provide a handler for requests and use Copas socket functions to send the response. Copas loops through requests and invokes the corresponding handlers. For a full implementation of a Copas HTTP server you can refer to Xavante as an example.