SocketCluster / socketcluster

Highly scalable realtime pub/sub and RPC framework
https://socketcluster.io
MIT License
6.15k stars 314 forks source link

can each channel have a place pre-handle comming message #516

Open walker27 opened 5 years ago

walker27 commented 5 years ago

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.