servicetitan / Stl.Fusion

Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
MIT License
1.85k stars 108 forks source link

Add MessagePack serializer support #279

Closed alexyakunin closed 1 year ago

timeshift92 commented 2 years ago

looks good https://github.com/neuecc/MessagePack-CSharp#performance

alexyakunin commented 2 years ago

What's remaining here:

I guess the implementation implies we rename SerializerXxx to TextSerializerXxx there, add ByteSerializerXxx, and finally, + add an option controlling preferred message format (binary or text) on the client side.

JoshuaNitschke commented 2 years ago

Per our conversation on Discord, I am going to take a stab at this.

alexyakunin commented 1 year ago

Done, + MemoryPack as well :)