Open kingluo opened 1 year ago
FYI Proposal: Hybrid programming with lua-resty-ffi This also works for openresty, except that the envoy main thread is replaced by the nginx main thread.
Some thoughts on contributing lua-resty-ffi to openresty.
lua-resty-ffi consists of 4 parts:
As said before, I really hope lua-resty-ffi can be merged into openresty. @agentzh @zhuizhuhaomeng Please revise and make suggestions, thank you.
lua-resty-ffi provides an efficient and generic API to do hybrid programming in openresty with mainstream languages (Go, Python, Java, Rust, Node.js, etc.).
Features:
Please refer to: https://github.com/kingluo/lua-resty-ffi
Also, check this blog post for more descriptions:
Implement Grpc Client in Rust for Openresty
Chinese blog
I hope I could merge this library into openresty. It's meaningful to extend the ecosystem of openresty. Thanks. @agentzh @zhuizhuhaomeng