hjklhjkl11.hashnode.dev·Oct 31, 2024Performance Analysis of JSON, Buffer / Custom Binary Protocol, Protobuf, and MessagePack for WebsocketsThis article examines and compares data serialization and deserialization methods / formats: JSON, Buffers (custom binary protocol), Protobuf, and MessagePack, and offers guidance on how to implement them. (Performance benchmark at the end) JSON This...Discuss·1 likecustom binary protocol
Saketh Ktechdotk.hashnode.dev·Jan 2, 2024Data formats in APIsBefore diving deep into Api types it's important to understand data formats. Picture this: You're sending a message to your dear friend, but you don't want anyone else to be able to decipher it. So, you decide to encrypt the message using a specializ...Discuss·2 likes·51 readsmessagepack