Use msgpack instead of json if the client ask for it #3713
-
Hi, MessagePack in a lot of languages is faster, lightweight and doesn't need a gzip compression. That would probably increase performance for both client and server. Messagepack is already used in a lot of known libraries like python etc. And is fairly production ready. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We are happy with JSON right now. I have not seen evidence that JSON deserialization speed or payload size is a problem for most bots |
Beta Was this translation helpful? Give feedback.
We are happy with JSON right now. I have not seen evidence that JSON deserialization speed or payload size is a problem for most bots