Vue-Socket.io
                                
                                 Vue-Socket.io copied to clipboard
                                
                                    Vue-Socket.io copied to clipboard
                            
                            
                            
                        😻 Socket.io implementation for Vuejs and Vuex
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  Can the colors either be removed or can output support dark mode...
#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...
#273
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...