rust-socketio icon indicating copy to clipboard operation
rust-socketio copied to clipboard

[feature request] custom-parser support

Open shenjackyuanjie opened this issue 1 year ago • 5 comments

shenjackyuanjie avatar Mar 30 '24 10:03 shenjackyuanjie

hmmmm

reading the code, I think I can implement it

shenjackyuanjie avatar Mar 30 '24 10:03 shenjackyuanjie

What does this mean? I feel like this is heavily underspecified? What is msgpack?

1c3t3a avatar Mar 30 '24 11:03 1c3t3a

~Ah! I'm glad you ask!~ MessagePack is a json replacer …… blablabla

https://socket.io/docs/v4/custom-parser/

you can check it out here

shenjackyuanjie avatar Mar 30 '24 11:03 shenjackyuanjie

more message

I'm trying to implement a bot protocol over

here

and it require msgpack serlizer

shenjackyuanjie avatar Mar 30 '24 11:03 shenjackyuanjie