What plugin? The best way is to fork it on github.
Unsolved socket.on in plugin frontend, socket.emit in plugin backend
-
It's pretty common to emit from frontend and use socket.on to receive it in backend.
However, I want to make socket.emit from plugin backend and receive it using socket.on in frontend side of plugin, instead of receiving data via callback.Is there an example plugin for this?
Thanks. -