netty-socketio-demo
netty-socketio-demo copied to clipboard
How to use the protobuf protocol?
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 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