envoyproxy/envoy

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

Open

#28.297 geöffnet am 9. Juli 2023

Auf GitHub ansehen
 (10 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
design proposalenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide