Passing variables VUE Websockets

0

When I pass a variable of this form in Vue, how do I retrieve it in the PHP file?

self.ws = new WebSocket('ws://localhost:9000?variavel=22');

$ _GET?

    
asked by anonymous 12.06.2018 / 06:08

0 answers