Skip to content

I want to use System.Text.Json and MessagePack-CSharp as Transport, is there a way? #316

@dimohy

Description

@dimohy

Json.NET (Newtonsoft) was a .NET Json morning star, but now wants to pass Baton to System.Text.Json.

And although it is not correct, MessagePack for C# seems to be overwhelmingly faster than MsgPack-Cli. In particular, even with LZ4 compression, the speed and binary size of more than 3 times are very impressive.
Probably keeping the UTF-8 direct usage and memory copy to a minimum is the key to speed.

performance

I want to use the WAMP protocol for the development of factory automation solutions. I am trying to develop in C# of .NET and I want to use WampSharp.

I want to use System.Text.Json and MessagePack for C# (MessagePack-CSharp) in WampSharp.

MessagePack for C# GitHub

If you are interested, have a development plan or need help, we would like to communicate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions