lua-users home
lua-l archive

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


On Wed, Jul 21, 2021 at 5:47 AM Pierre Chapuis <catwell@archlinux.us> wrote:
> I wonder if you intend to implement a HTTP server over it sometime?

Yeah, it would be interesting to have implementations over Coutil. In
the meanwhile, although it may not be ideal, there is one demo that
implements the old LuaSocket 2.0.2 'socket.core' API over Coutil,
which could be used (with some extra effort) to trick some
LuaSocket/Copas based implementation to work over Coutil.

https://github.com/renatomaia/coutil/blob/master/demo/luasocket.lua

--
Renato Maia