Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
MessagePack аналог JSON, но быстрее и меньше
In the Browser
This library is compatible with Browserify.
If you want to use standalone, grab the file in the dist folder of this repo, and use in your own HTML page, the module will expose a msgpack5 global.
<script type="text/javascript" src="./msgpack5.min.js"> </script>
Библиотека полностью совместима с JSON
msgpack-python should be faster when used with its native library backend (it only falls back to pure Python when the library is unavailable). msgpack-python also supports a streaming unpacking mode and finer control over the unpacking process if you need them.
I'm not sure why msgpack-python is not listed on there — it always used to be. I think the author took it down temporarily to implement msgpack 2.0, but I would expect it to have been back up by now.
очень часто хочется ломать руки разработчикам
https://habr.com/ru/company/vk/blog/594633/ — ВКонтакте, вон, хвастается, что перешёл на этот формат для общения с браузерами
MessagePack аналог JSON, но быстрее и меньше