libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 18 forks source link

Add WebAssembly support and the ability to Dial from browsers #55

Closed Stebalien closed 5 years ago

Stebalien commented 5 years ago

Rebased https://github.com/libp2p/go-ws-transport/pull/51 with:

(see the last 4 commits for actual changes)

albrow commented 5 years ago

@Stebalien looks good at a glance. I should have time to do some testing on our end next week (after Devcon).

Stebalien commented 5 years ago

Thanks!

albrow commented 5 years ago

@Stebalien sorry for the late reply. I can confirm that after updating our code to include these changes, our integration tests still pass. Thanks for your help implementing this 😄

Stebalien commented 5 years ago

Awesome!