socketcluster
socketcluster copied to clipboard
can each channel have a place pre-handle comming message
mine business scene is:
our server-side socket only provider json-string message data , therefore each watcher have to write JSON.parse(...). that's why i need a pre-handle to avoid manage all watchers with myself.