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

Hi, In socket.io v3, there is a new way to define cors. See more at "[https://socket.io/docs/v3/handling-cors/](https://socket.io/docs/v3/handling-cors/)". Hope to see your update with the new version of socket.io soon. Thanks.

My Chrome console is Dark Mode, current logger's color are not clearly for debug. I add darkMode option to change the color of log.

I'm doing a app using Quasar and connecting to a socket, it works perfectly in dev execution, but when I try to build the app these arrors are shoing up...

Hello. my project for asterisk ami and i want give all call events. my nodejs server is worked fine and in putty give all events but in vuejs i can't...

I can't find the source code for the example (especially the socket server)

The output given when using dark mode in Firefox for example is very very hard to read ![image](https://user-images.githubusercontent.com/3780490/90341566-7ec5d800-dff8-11ea-8b23-963502f90da4.png) Can the colors either be removed or can output support dark mode...

in-roadmap

#174 Uncaught TypeError: Cannot call a class as a function Issue is still happening. v3.0.10 ``` vue-socketio.js?5132:10 Uncaught TypeError: Cannot call a class as a function at eval (vue-socketio.js?5132:10) at...

When you try to use SocketIO that is passed to "connection" option out of VueSocketIo it doesn't work as usual: io.on isn't called when something comes via webscokets. It is...