Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project still under progress? #40

Closed
haroldrandom opened this issue Sep 7, 2018 · 5 comments
Closed

Is this project still under progress? #40

haroldrandom opened this issue Sep 7, 2018 · 5 comments

Comments

@haroldrandom
Copy link

Hi, there!

Is this project still under progress? Any updates?

@henvic
Copy link

henvic commented Sep 10, 2018

I have no idea if @graarh has plans to update this.

I see I and others ended up rewriting portions of this to our own needs.
For example, @mtfelian did a major refactor on all parts (#34), and I myself have extracted the client and refactored it a lot (http://github.com/wedeploy/gosocketio).

I don't have an interest in maintaining a fork of a Go library for socket.io (besides the necessary for my needs), but maybe it's about time someone merges our improvements together.

@haroldrandom
Copy link
Author

@henvic Thank you for you efforts!

  1. Is your repo already on service in the production environment?

  2. What version of socket.io server have you tested?

@mtfelian
Copy link

@haroldrandom You can also try my fork
PRs and upgrades appreciated

@henvic
Copy link

henvic commented Sep 10, 2018

Hi @haroldrandom,

If you go to https://asciinema.org/a/192043 between 1:57 and 2:15 you can see the execution of some shell commands. I'm actually using this modified socketio implementation behind the scenes for that.

There aren't too many users for this command, but I'd say it's pretty stable. That said, I must say there are a couple bugs which I believe are not related to golang-socketio.

@haroldrandom
Copy link
Author

haroldrandom commented Sep 10, 2018

@mtfelian @henvic Thank you guys and your efforts.

I am trying to implement a socket.io client using the gorilla websocket package, and some problems comes to me.
At first I consider it's about the websocket package I used, but then I realized it is not.

I just can't pass the user authorizing system, that's why I can't get data as the browser did.
Now everything is working fine with gorilla websocket package.

Thank you for yours suggestions and efforts again~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants