eclipse-paho / paho.mqtt.golang

Other
2.77k stars 534 forks source link

Add js websocket supported #680

Closed LittleKey closed 3 months ago

LittleKey commented 3 months ago

Supported compile to js&&wasm: GOOS=js GOARCH=wasm go build xxx.go

And already test passed on browser.

LittleKey commented 3 months ago

Duplication with: https://github.com/eclipse/paho.mqtt.golang/pull/583