[ 源代码: lua-copas ]
软件包:lua-copas(1.2.0-4)
Copas is a dispatcher of concurrent TCP/IP requests
Copas is a dispatcher of concurrent TCP/IP requests based on corutines. 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.
This package also contains the documentation of copas.
其他与 lua-copas 有关的软件包
|
|
|
|
-
- dep: lua-coxpcall
- Protected function calls across coroutines for Lua
-
- dep: lua-socket
- TCP/UDP socket library for the Lua language