Vue-Socket.io
Vue-Socket.io copied to clipboard
😻 Socket.io implementation for Vuejs and Vuex
Hey! Thanks for the project! Is there any way to define methods in the `sockets` block of component? For example, in js, you cannot create a method with characters like...
Hello! I want to connect to the socket server only when rendering a particular component, and remain disconnected when that component is visible. It would be ideal if the connection...
Mixin behaviour was incorrect when namespaces were not being used, making it more or less impossible to use. Now it should work as described in the documentation, and in particular,...
Like others, I discovered that I wasn't able to use the default namespace for socket.io on the client side of the house. I tried to see if https://github.com/MetinSeylan/Vue-Socket.io/pull/254 would work,...
This PR contains the modifications for supporting namespaced Vuex modules. In earlier versions the system ignored namespaces on the store but kept the full path of the incoming event. Now...
[https://lukashermann.dev/writing/socketio-with-vue-and-vuex/](url) Layed out some way to emit to socket from inside vuex store's action functions. But would it not be nicer to have this feature here? And if it already...
   vue-socket.io version: "3.0.10" I can't get any data to console.log() in the production environment. Thx.
我写了篇博客【Vue 使用 Vue-socket.io 实现即时聊天应用(Vue3连接原理分析)】https://blog.csdn.net/weixin_47746452/article/details/126827806?utm_source%20=%20uc_fansmsg 可以实现在Vue3 中使用 Vue-socket.io
我写了篇博客【Vue 使用 Vue-socket.io 实现即时聊天应用(Vue3连接原理分析)】https://blog.csdn.net/weixin_47746452/article/details/126827806?utm_source%20=%20uc_fansmsg,可以实现在vue3 中使用 socket.io
后期会支持vue3吗