-
Notifications
You must be signed in to change notification settings - Fork 10.1k
-
I saw it is archived.Does it mean that is no more maintained, and could be older version than Node implementation?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
It is an old version, according to the readme it supports socket.io 1.4. And it is not maintained anymore.
While we are at the topic: @darrachequesne would it be possible to create a clone of googollee/go-socket.io in the socketio organization so it can be maintained here? And maybe rename it to socket.io-go to conform to the other repose or even socketgo so it doesn't need to be aliased anymore (although admittedly that would break conformity).
Beta Was this translation helpful? Give feedback.
All reactions
-
That's a great question.
It seems there is a fork here (https://github.com/feederco/go-socket.io), but it doesn't seem very active, and only supports the socket.io v1 protocol.
I don't have a lot of bandwidth right now to update/maintain a golang server implementation though.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello, welcome to use:
server: https://github.com/zishang520/socket.io
client: https://github.com/zishang520/socket.io-client-go
Beta Was this translation helpful? Give feedback.