Skip to content

Commit d2b30c8

Browse files
authored
feat: Add Golang server implementation (arcaela/socket.io-client-go)
This PR adds `arcaela/socket.io-client-go` as an alternative Golang server implementation to the official documentation. ## Context The currently listed Golang server repository (`googollee/go-socket.io`) has been archived and is no longer actively maintained. While there are existing open PRs (socketio#487, socketio#491) proposing URL replacements, this contribution introduces a fully independent and actively maintained implementation rather than simply updating the existing link. ## About this implementation - **Full protocol compliance**: Implements the Socket.IO protocol according to the official specification, including Engine.IO v4 and Socket.IO v5 support. - **Comprehensive test coverage**: The codebase has been thoroughly tested to ensure reliability and protocol adherence. - **Standards-compliant documentation**: Official documentation follows Socket.IO's established conventions and standards. - **Active maintenance**: The repository is actively maintained and open to community contributions. Repository: https://github.com/arcaela/socket.io-client-go
1 parent ce96e4a commit d2b30c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs/categories/01-Documentation

docs/categories/01-Documentation/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ You can find more details about that in the ["How it works" section](./how-it-wo
4848
| Java | https://github.com/mrniko/netty-socketio |
4949
| Java | https://github.com/trinopoty/socket.io-server-java |
5050
| Python | https://github.com/miguelgrinberg/python-socketio |
51-
| Golang | https://github.com/googollee/go-socket.io |
51+
| Golang (ARCHIVED) | https://github.com/googollee/go-socket.io |
52+
| Golang | https://github.com/arcaela/socket.io-client-go |
5253
| Rust | https://github.com/Totodore/socketioxide |
5354

5455
### Client implementations

0 commit comments

Comments
 (0)