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

Support webassembly for WebSocket data binding #32

Open
Bluebugs opened this issue Jan 20, 2022 · 1 comment
Open

Support webassembly for WebSocket data binding #32

Bluebugs opened this issue Jan 20, 2022 · 1 comment

Comments

@Bluebugs
Copy link
Contributor

The gorilla websocket library does not support webassembly. It would be nice to use https://github.com/nhooyr/websocket to have support for it. It would require test to make sure it also work with gopherjs, if it doesn't a follow up story should be created and some logic could be added to switch between libraries depending on the platform.

@Bluebugs
Copy link
Contributor Author

After investigating more, we should drop gorilla as it is just unmaintained for almost 4 years and they have not figure out a replacement. The above one seems in a better position (considering client API only).

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

1 participant