Is there any other well known socket.io parsers except from default and msgpack ? #4934
-
I want to implement custom parsers support for my rust impl of socket.io. However my implementation depends if I need to organize that as external libraries (like the official implementation). Or if I simply propose an internal implementation for both default and msgpack? @darrachequesne any thoughts on this? Did you see a lot of custom socket.io parsers implementations? |
Beta Was this translation helpful? Give feedback.
Answered by
darrachequesne
Jan 29, 2024
Replies: 1 comment 1 reply
-
The default parser and the one based on MessagePack are indeed the most used parsers. There are also:
But the number of downloads is anecdotal. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Totodore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default parser and the one based on MessagePack are indeed the most used parsers.
There are also:
But the number of downloads is anecdotal.