Hello, Does anyone know of Thrift support for pure/impure Lua?
By "pure" I mean an implementation of transports, protocols, processors, etc. in Lua itself.
By "impure" I mean something like a binding (maybe via toLua++ or luabind, etc.) of the existing Thrift C++ code. I suppose a binding makes more sense (performance, reuse, etc.).
-Brian
