Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@fklingenberg this is a duplicate of #477 |
arcaela
added a commit
to arcaela/socket.io-website
that referenced
this pull request
Feb 19, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change was made as the original repository is no longer maintained.