Yes, we need more modules and docs. We also need to prune out the old luvit 1.0 docs (or update them to be luvit 2.0 compat)
The latest version of luvi just landed basic threading support, this combined with ffi might make for an easy and quick way to use blocking libraries like the official mysql driver without having to reimplement the entire protocol in lua or write tricky bindings that run the commands in a thread pool. This isn't in luvit itself and the threading api is still experimental, but it's coming. On Fri, Apr 17, 2015 at 5:49 AM, Cyril Hou <[email protected]> wrote: > https://github.com/luvit/luvit/wiki/API > https://github.com/luvit/luvit/wiki/Projects > > Here's some docs I can find. Luvit project need MORE docs. > > What make me sad is that Luvit doesn't has a usable database module. The > luvit-mysql <https://github.com/kengonakajima/luvit-mysql> project was > last updated three years ago. I tried to fix it, but I failed due to the > lack of luvit docs. > > What do you guys think? > > -- > You received this message because you are subscribed to the Google Groups > "luvit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
