icebob / vue-websocket

Simple websocket (socket.io) plugin for Vue.js
MIT License
532 stars 75 forks source link

How can I use both vue-websocket and vue-socket.io in a project? #16

Open henrytom1703 opened 5 years ago

sam3d commented 5 years ago

Both are for socket.io, why would you want to use both?

henrytom1703 commented 5 years ago

@sam3d I want use the multiple url server

gloomyline commented 5 years ago

@henrytom1703 Just intialize two socket.io client instance with different url server opts is not worked for you ?