lua-copas

Copas is a dispatcher of concurrent TCP/IP requests
  https://github.com/keplerproject/copas
  0
  no reviews



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.