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 WebSockets for control #60

Open
magik6k opened this issue Jan 21, 2019 · 1 comment
Open

Support WebSockets for control #60

magik6k opened this issue Jan 21, 2019 · 1 comment

Comments

@magik6k
Copy link

magik6k commented Jan 21, 2019

This should be easy once #24 is done, and would be really useful for things like peer-base/peer-pad#285.

@jimpick
Copy link

jimpick commented Nov 16, 2020

I've implemented this as a proof-of-concept - I borrowed the main websockets implementation from go-ws-transport and it works from WebAssembly as well. I'm using it so that I can use talk to Lotus miners (running only TCP) from a web browser via a p2pd gateway. It's a bit ugly right now ... I probably wouldn't merge this implementation, but it works.

Here's the top level project:

https://github.com/filecoin-shipyard/lotus-wasm-experiments

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