[ 原始碼: 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