Comment by madFlasher

Comment by madFlasher a day ago

0 replies

The author should check first the performance of protobuf serialization/deserialiazation in browsers

Due to very native nature of JSON in browsers and node backend it usually also the fastest data format

If for example you have C++ on backend and C++ on frontend - you'll definitely have some performance boost

But for browsers usage the goal is not so obvious