On Fri, Nov 20, 2015, at 12:10 AM, Michal Kolodziejczyk GMAIL wrote: > > > On 20.11.2015 04:50, Tim Caswell wrote: >> Using mysql with libuv is actually quite a hard problem that took the >> node community years to do right. I don't know how much of their >> code we can use. It tend to be either implemented using lots of JS >> or with tight couplling to V8 APIs. > > In case someone was willing to implement a protocol in pure lua, there > are some existing protocol dissectors written in lua for NSE: > http://code.metager.de/source/xref/nmap/nmap/nselib/ > > There are examples for mysql, pgsql, redis, mongodb, informix, ldap, > amqp, pop3, smtp, xmpp and other interesting protocols, which could be > ported to luvit. >
A starting point could the the openresty implementation in pure lua: https://github.com/openresty/lua-resty-mysql Regards, Ryan -- 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.
