Vue-Socket.io icon indicating copy to clipboard operation
Vue-Socket.io copied to clipboard

😻 Socket.io implementation for Vuejs and Vuex

Results 57 Vue-Socket.io issues
Sort by recently updated
recently updated
newest added

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 ![vue-socket](https://user-images.githubusercontent.com/97788331/199296373-e5c7eae2-9de3-47e9-b525-32251ebf5c90.png) ### server ![socket_server](https://user-images.githubusercontent.com/97788331/199297254-7e5e6242-0cec-4fb7-ab1a-6c8aa8e9eb2c.png)

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)...