From fbda432a75c225a16ecd9a451cef9b725c38fa4e Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:01:15 +0100 Subject: [PATCH] fix #69 --- docs/guide/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/community.md b/docs/guide/community.md index 98ecb24..17c0dcc 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -4,6 +4,7 @@ Note that these libraries are not maintained by Cap but by the community and as - **[@pitininja/cap-react-widget](https://www.npmjs.com/package/@pitininja/cap-react-widget)**: React widget wrapper - **[wuhunyu/cap-server-java](https://github.com/wuhunyu/cap-server-java)**: Native Java server implementation +- **[luckygc/cap-server](https://github.com/luckygc/cap-server)**: Replacement of the Java server that fixes [a few issues](https://github.com/tiagorangel1/cap/issues/69#issuecomment-3079407189) - **[@espressotutorialsgmbh/cap-angular-widget](https://www.npmjs.com/package/@espressotutorialsgmbh/cap-angular-widget)**: Angular widget wrapper - **[samwafgo/cap_go_server](https://github.com/samwafgo/cap_go_server)**: Go server implementation of Cap - **[ackcoder/go-cap](https://github.com/ackcoder/go-cap)** Another Go server implementation of Cap