Intercommunicate between js and go via a js relay

Is it possible to establish a connection between a js and gomobile node via a js relay? Currently, i built a library from my go code which i can run it on mobile. Now, I have both (mobile and js), but cannot connect then to each other. this is because js does not support tcp connections and in mobile websocket is not working correctly.

is there anyway to make it work ?