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 WebSocket in browser #1957

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Support WebSocket in browser #1957

merged 3 commits into from
Oct 5, 2023

Conversation

h3poteto
Copy link
Owner

@h3poteto h3poteto commented Oct 4, 2023

Currently, we can't use streaming of megalodon in browser because ws is not compatible with browser. It is a library for node.js.
I adopt isomorphic-ws to use the same code for node.js and browser.

@h3poteto h3poteto marked this pull request as ready for review October 5, 2023 12:57
@h3poteto h3poteto merged commit 0e9c47e into master Oct 5, 2023
7 checks passed
@h3poteto h3poteto deleted the feat/browser-ws branch October 5, 2023 13:05
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

Successfully merging this pull request may close these issues.

1 participant