feat: Add alternative Golang server implementation#526
Open
arcaela wants to merge 1 commit intosocketio:mainfrom
Open
feat: Add alternative Golang server implementation#526arcaela wants to merge 1 commit intosocketio:mainfrom
arcaela wants to merge 1 commit intosocketio:mainfrom
Conversation
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
|
@arcaela is attempting to deploy a commit to the SocketIO Team on Vercel. A member of the Team first needs to authorize it. |
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 PR adds
arcaela/socket.io-client-goas an alternative Golang entry in the Server implementations table.The currently listed repository (
googollee/go-socket.io) has been archived and is no longer maintained. This implementation offers a fully tested, actively maintained option with Engine.IO v4 and Socket.IO v5 support, along with official documentation aligned to Socket.IO standards.Related: #487, #491