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

websockets? #3

Open
porjo opened this issue Feb 19, 2014 · 2 comments
Open

websockets? #3

porjo opened this issue Feb 19, 2014 · 2 comments

Comments

@porjo
Copy link
Contributor

porjo commented Feb 19, 2014

Thanks for the utility. I see that long polling is used for the client connection which is probably ok for this case, but websockets would be a better solution here.

@shenfeng
Copy link
Owner

Yes, websocket is better for server push event. And go has very good websocket support: http://code.google.com/p/go/source/browse/?repo=net#hg%2Fwebsocket

The problem is IE.

@porjo
Copy link
Contributor Author

porjo commented Apr 28, 2014

The problem is IE.

Why not support both methods? I've submitted PR #6 which adds websockets as an option.

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

2 participants