From 6472aeaccec8352bf347e7efe2f7bdedaf350ef7 Mon Sep 17 00:00:00 2001 From: cooper lee Date: Sun, 13 Aug 2023 04:30:55 +0800 Subject: [PATCH] add a Openresty client --- Client-Libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Client-Libraries.md b/Client-Libraries.md index e5415fc..448a883 100644 --- a/Client-Libraries.md +++ b/Client-Libraries.md @@ -33,6 +33,7 @@ Name | Author | Language [Erlang SeaweedFS Client](https://github.com/Neurotec/seaweedfs.erl) | Neurotec | Erlang [Julia SeaweedFS Client](https://github.com/lawless-m/SeaweedFSClient.jl) | Lawless-m | Julia [Rust SeaweedFS Client](https://github.com/kerzeld/rusty_weed) | kerzeld | Rust +[Openresty Client](https://github.com/cooperlyt/lua-resty-seaweedfs) | Cooper | Lua ## GRPC APIs SeaweedFS uses GRPC internally. You can use them too. Just check https://github.com/seaweedfs/seaweedfs/tree/master/weed/pb for the proto files.