From aecd810b8f434d3c9e401060d0676303aba2825a Mon Sep 17 00:00:00 2001 From: lekaf974 Date: Fri, 31 Jan 2025 07:43:29 -0500 Subject: [PATCH] chore: Add server Golang new repository since original one has been archived Signed-off-by: lekaf974 --- docs/categories/01-Documentation/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/categories/01-Documentation/index.md b/docs/categories/01-Documentation/index.md index b8ceeee6..390ce25f 100644 --- a/docs/categories/01-Documentation/index.md +++ b/docs/categories/01-Documentation/index.md @@ -47,7 +47,8 @@ You can find more detail about that in the ["How it works" section](./how-it-wor | Java | https://github.com/mrniko/netty-socketio | | Java | https://github.com/trinopoty/socket.io-server-java | | Python | https://github.com/miguelgrinberg/python-socketio | -| Golang | https://github.com/googollee/go-socket.io | +| Golang | https://github.com/googollee/go-socket.io (repository archived) | +| Golang | https://github.com/feederco/go-socket.io | | Rust | https://github.com/Totodore/socketioxide | ### Client implementations