0

Did anyone managed to put msgpack-rpc (C++) to work under windows, through cygwin or mingw?

Thanks, SwatchPuppy

SwatchPuppy
  • 324
  • 1
  • 3
  • 15

1 Answers1

1

I've implemented msgpack-rpc sometimes ago: https://github.com/qehgt/myrpc It uses boost library and was used in Linux/Windows environment in production.

qehgt
  • 2,972
  • 1
  • 22
  • 36