netty-socketio-demo icon indicating copy to clipboard operation
netty-socketio-demo copied to clipboard

How to use the protobuf protocol?

Open wangguixi opened this issue 7 years ago • 1 comments

HI: In the web page, If don't use the json protocol and use the protobuf protocol, how do I change the server? Thank you very much!!!!!!

wangguixi avatar Nov 23 '17 15:11 wangguixi

@wangguixi my approach would be to treat the serialized structured data resulting from using the protobuf protocol as binary event in socket.io you may want to take a look at binary event demo

pablojr avatar Nov 28 '17 15:11 pablojr