Overview

The MessagePack protocol is not exclusive to SignalR. It’s similar to JSON in its structure but binary rather than textual. So, we'll have the same types of fields and the same object structure, but we won’t be able to read the message while it’s being transferred easily. However, at the same time, the fact that the message is binary makes it much smaller. Therefore, it will get transferred faster.

Get hands-on with 1200+ tech skills courses.