envoyproxy/envoy

Hybrid programming in Envoy (Make Lua-resty-FFI run on Envoy)

Open

#28,297 opened on 2023年7月9日

GitHub で見る
 (10 comments) (1 reaction) (0 assignees)C++ (5,373 forks)batch import
design proposalenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

lua-resty-ffi provides an efficient and generic API to do hybrid programming in openresty/envoy with mainstream languages.

https://github.com/kingluo/lua-resty-ffi

lua-resty-ffi is now available on envoy, which means you can use Go, Python, Java, Rust and NodeJS to develop new features for envoy, and existing lua-resty-ffi based libraries such as lua- resty-ffi-grpc can be switched over to envoy without any code changes.

http://luajit.io/posts/make-lua-resty-ffi-run-on-envoy/

Welcome any suggestions or discussions! Thanks.

コントリビューターガイド