vue-websocket
vue-websocket copied to clipboard
Simple websocket (socket.io) plugin for Vue.js
Access to XMLHttpRequest at 'http://localhost:8089/socket.io/?EIO=3&transport=polling&t=Mgq_ykZ' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
socket.io allows client to specify a room. Could you provide some examples to join a room please?
Look like #7 But we need set option before connect but not in Vue.use main.js ``` Vue.use(VueWebsocket, null, { autoConnect: false }); ``` App.vue ``` created() { // Like this?...
Does this package support IE11? Just found out, https://github.com/nathantsoi/vue-native-websocket don`t support IE11 Now I have to rewrite the implementation
Is it possible to set JWT token as header in the connection settings?
Is it possible to use native websockets instead of socket.io?