Vue-Socket.io
                                
                                 Vue-Socket.io copied to clipboard
                                
                                    Vue-Socket.io copied to clipboard
                            
                            
                            
                        😻 Socket.io implementation for Vuejs and Vuex
The current version of the SocketIO being used here seems to be < 4. Eitherways it doesn't seem to work with the python package `flask-socketio` [Compatibility Information](https://flask-socketio.readthedocs.io/en/latest/intro.html#version-compatibility). Would it be...
### client  ### server 
https://metin.sh/vuesocketio/
Hi, I tired to call a mutation function in the vuex's store inside a socket event listener. It looks something like this ``` import { createStore } from "vuex"; export...
This package support and only support Vue3: [hlf20010508/Vue3-Socket.io](https://github.com/hlf20010508/Vue3-Socket.io)
### Issue As of the current version, the library registers events by overriding the Socket's `onevent` handler. Snippet: ``` /** * Listening all socket.io events */ register(){ this.io.onevent = (packet)...