probil / vue-socket.io-extended

:v::zap: Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
MIT License
628 stars 38 forks source link

Emitting event into custom namespace/url? #542

Open riklaunim opened 2 years ago

riklaunim commented 2 years ago

Is there an option to emit an event but not to the global /socket.io path but a different one? My goal is to have nginx reverse proxy multiple socket.io servers based on different paths.