Skip to content

e-travel/ServiceStack.MsgPack

Repository files navigation

ServiceStack.MsgPack

A simple way to add support for MessagePack protocol in your ServiceStack application.

How?

  • Include the assembly in your project.
  • Go to your Configure method in your AppHost class
  • Add the following code
    MessagePackFormat.Register(this);

About

MessagePack support for ServiceStack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages