vue-express-mongo-boilerplate
vue-express-mongo-boilerplate copied to clipboard
listen one more socket prefix in the vue component
Hi ICEBOB, I am using your example but I have question in the vue ui component I would like to listen more than one socket prefix, how doses it come ? as I tryied
socket: { prefix: "/contacts/", events: { } }, socket: { prefix: "/messages/", events: { } } but it seems they are overrided
Hi,
it doesn't work. You can use only one prefix.